HomeSort by relevance Sort by last modified time
    Searched refs:bitvalue (Results 1 - 4 of 4) sorted by null

  /external/elfutils/0.153/libcpu/
i386_parse.h 78 struct bitvalue *bit;
i386_parse.y 67 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 *runp = $1
    [all...]
i386_parse.c 144 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;
    [all...]
  /external/arduino/hardware/arduino/cores/arduino/
wiring.h 99 #define bitWrite(value, bit, bitvalue) (bitvalue ? bitSet(value, bit) : bitClear(value, bit))

Completed in 251 milliseconds