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

  /system/core/toolbox/
getevent.c 195 const char *type_label, *code_label, *value_label; local
199 code_label = NULL;
204 code_label = get_label(syn_labels, code);
207 code_label = get_label(key_labels, code);
211 code_label = get_label(rel_labels, code);
214 code_label = get_label(abs_labels, code);
221 code_label = get_label(msc_labels, code);
224 code_label = get_label(led_labels, code);
227 code_label = get_label(snd_labels, code);
230 code_label = get_label(sw_labels, code)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
reg-notes.def 78 /* Points to a CODE_LABEL. Used by JUMP_INSNs to say that the CODE_LABEL
83 /* Points to a CODE_LABEL. Used by any insn to say that the CODE_LABEL
rtl.h 267 In a CODE_LABEL, part of the two-bit alternate entry field.
271 /* In a CODE_LABEL, part of the two-bit alternate entry field.
288 1 in an INSN, CALL_INSN, JUMP_INSN, CODE_LABEL, BARRIER, or NOTE
303 1 in a CODE_LABEL if the label is used for nonlocal gotos
442 #define LABEL_P(X) (GET_CODE (X) == CODE_LABEL)
856 CODE_LABEL, BARRIER, NOTE)->volatil)
    [all...]
debug.h 120 /* Called from final_scan_insn for any CODE_LABEL insn whose
output.h 95 /* Find the alignment associated with a CODE_LABEL.
99 /* Find the alignment maximum skip associated with a CODE_LABEL.
103 /* Output a LABEL_REF, or a bare CODE_LABEL, as an assembler symbol. */
rtl.def 149 DEF_RTL_EXPR(CODE_LABEL, "code_label", "iuuB00is", RTX_EXTRA)
218 /* Each element is a LABEL_REF to a CODE_LABEL whose address we want. */
399 The operand is a CODE_LABEL found in the insn chain. */
    [all...]
genrtl.h 885 gen_rtx_fmt_iuuB00is (CODE_LABEL, (MODE), (ARG0), (ARG1), (ARG2), (ARG3), (ARG4), (ARG5))
    [all...]
  /external/lldb/source/Plugins/Process/Utility/
StopInfoMachException.cpp 42 const char *code_label = "code"; local
240 strm.Printf(" (%s=%s", code_label, code_desc);
242 strm.Printf(" (%s=%" PRIu64, code_label, m_exc_code);
  /external/chromium_org/third_party/skia/third_party/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);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/
gtype.state     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/
gccint.info     [all...]

Completed in 999 milliseconds