Searched refs:bitvalue (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/net/tools/
H A Dbuild_hpack_constants.py292 bitvalue = int(bitstring, 2) variable
301 bitvalue, bitcount, valueid, comment))
/external/elfutils/0.153/libcpu/
H A Di386_parse.h78 struct bitvalue *bit;
H A Di386_parse.y67 struct bitvalue
75 struct bitvalue *next;
101 struct bitvalue *bytes;
181 static void check_bits (struct bitvalue *value);
182 static int check_duplicates (struct bitvalue *val);
183 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
184 static int check_bitsused (struct bitvalue *bitval,
188 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
219 struct bitvalue *bit;
392 struct bitvalue *run
[all...]
H A Di386_parse.c144 struct bitvalue struct
152 struct bitvalue *next;
178 struct bitvalue *bytes;
258 static void check_bits (struct bitvalue *value);
259 static int check_duplicates (struct bitvalue *val);
260 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
261 static int check_bitsused (struct bitvalue *bitval,
265 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
357 struct bitvalue *bit;
1800 struct bitvalue *run
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A Dwiring.h99 #define bitWrite(value, bit, bitvalue) (bitvalue ? bitSet(value, bit) : bitClear(value, bit))

Completed in 276 milliseconds