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

  /external/elfutils/libcpu/
i386_parse.h 77 struct bitvalue *bit;
i386_parse.y 66 struct bitvalue
74 struct bitvalue *next;
100 struct bitvalue *bytes;
180 static void check_bits (struct bitvalue *value);
181 static int check_duplicates (struct bitvalue *val);
182 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
183 static int check_bitsused (struct bitvalue *bitval,
187 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
218 struct bitvalue *bit;
391 struct bitvalue *runp = $1
    [all...]
i386_parse.c 171 struct bitvalue struct
179 struct bitvalue *next;
205 struct bitvalue *bytes;
285 static void check_bits (struct bitvalue *value);
286 static int check_duplicates (struct bitvalue *val);
287 static int check_argsdef (struct bitvalue *bitval, struct argument *args);
288 static int check_bitsused (struct bitvalue *bitval,
292 static void fillin_arg (struct bitvalue *bytes, struct argname *name,
344 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 3421 milliseconds