Searched defs:bin (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/dlg/
H A Dautomata.c215 fprintf(f,"bin[%d] has %d\n",i,j);
233 int bin; local
236 bin = set_hash(nfa_states,HASH_SIZE);
237 p = dfa_hash[bin];
245 p->next = dfa_hash[bin];
246 dfa_hash[bin] = p;
/vbox/src/libs/zlib-1.2.6/examples/
H A Dgzjoin.c76 /* bin buffered input file type */
83 } bin; typedef in typeref:struct:__anon17371
86 local void bclose(bin *in)
97 /* open a buffered file for input, return a pointer to type bin, or NULL on
99 local bin *bopen(char *name)
101 bin *in;
103 in = malloc(sizeof(bin));
120 local int bload(bin *in)
144 local unsigned long bget4(bin *in)
156 local void bskip(bin *i
[all...]
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath9k/
H A Dath9k_ar9002_phy.c175 int bin, cur_bin; local
243 bin = bb_spur * 320;
296 upper = bin + 100;
297 lower = bin - 100;
316 upper = bin + 120;
317 lower = bin - 120;
323 volatile int tmp_v = abs(cur_vit_mask - bin);
H A Dath9k_ar5008_phy.c267 int bin, cur_bin; local
308 bin = bb_spur * 32;
337 upper = bin + 100;
338 lower = bin - 100;
357 upper = bin + 120;
358 lower = bin - 120;
364 volatile int tmp_v = abs(cur_vit_mask - bin);
/vbox/src/VBox/Devices/PC/ipxe/src/drivers/net/ath/ath5k/
H A Dath5k_eeprom.c72 static u16 ath5k_eeprom_bin2freq(struct ath5k_eeprom_info *ee, u16 bin, argument
77 if (bin == AR5K_EEPROM_CHANNEL_DIS)
78 return bin;
82 val = (5 * bin) + 4800;
84 val = bin > 62 ? (10 * 62) + (5 * (bin - 62)) + 5100 :
85 (bin * 10) + 5100;
88 val = bin + 2300;
90 val = bin + 2400;
/vbox/src/libs/xpcom18a4/nsprpub/lib/msgc/src/
H A Dprmsgc.c157 /* Each free list bin holds a chunk of memory sized from
162 * Find the bin number for a given size (in bytes). This does not round up as
163 * values from 2^n to (2^(n+1))-1 share the same bin.
534 PRInt32 bin; local
536 /* Put free memory into a freelist bin */
540 InlineBinNumber(bin, allocSize)
541 cp->next = bins[bin];
542 bins[bin] = cp;
543 if (bin < minBin) minBin = bin;
586 PRInt32 bin; local
1001 PRInt32 bin; local
1031 PRInt32 bin; member in struct:GCBlockEnd
1151 PRInt32 bin; local
1792 PRIntn bin; local
2516 PRInt32 bin, newbin; local
2987 PRInt32 bin; local
3214 PRInt32 bin; local
[all...]
/vbox/src/libs/xpcom18a4/xpcom/build/
H A Dmalloc.c1883 An array of bin headers for free chunks. Each bin is doubly
1907 To simplify use in double-linked lists, each bin header acts
1924 /* analog of ++bin */
1935 Take a chunk off a bin list
1957 1 bin of size what's left
1992 are first placed in the "unsorted" bin. They are then placed
2001 /* The otherwise unindexable 1-bin is used to hold unsorted chunks. */
2011 any bin, is used only if no other chunk is available, and is
2013 M_TRIM_THRESHOLD). `top' is never properly linked to its bin
2206 mbinptr bin; local
3074 mbinptr bin; /* associated bin */ local
[all...]
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmapidefs.h391 SBinary bin; member in union:_PV
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmapidefs.h394 SBinary bin; member in union:_PV

Completed in 125 milliseconds