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

  /system/core/toolbox/
getevent.c 213 const char *type_label, *code_label, *value_label; local
217 code_label = NULL;
222 code_label = get_label(syn_labels, code);
225 code_label = get_label(key_labels, code);
229 code_label = get_label(rel_labels, code);
232 code_label = get_label(abs_labels, code);
239 code_label = get_label(msc_labels, code);
242 code_label = get_label(led_labels, code);
245 code_label = get_label(snd_labels, code);
248 code_label = get_label(sw_labels, code)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
lcode.c 415 static int code_label (FuncState *fs, int A, int b, int jump) { function
478 p_f = code_label(fs, reg, 0, 1);
479 p_t = code_label(fs, reg, 1, 0);
  /external/syslinux/com32/lua/src/
lcode.c 415 static int code_label (FuncState *fs, int A, int b, int jump) { function
478 p_f = code_label(fs, reg, 0, 1);
479 p_t = code_label(fs, reg, 1, 0);
  /toolchain/binutils/binutils-2.27/gas/config/
tc-cr16.c 69 static int code_label = 0; variable
227 code_label = 1;
504 if (code_label)
507 code_label = 0;
    [all...]

Completed in 420 milliseconds