Home
last modified time | relevance | path

Searched defs:code (Results 2726 - 2750 of 3283) sorted by relevance

1...<<101102103104105106107108109110>>...132

/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip_icmp.h14 uint8_t code; member
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip_icmp.h14 uint8_t code; member
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip_icmp.h14 uint8_t code; member
/third_party/node/deps/icu-small/source/i18n/
H A Dcoll.cpp388 int32_t code; in setAttributesFromKeywords() local
411 int32_t code = getReorderCode(value); in setAttributesFromKeywords() local
H A Dchnsecal.cpp957 ChineseCalendar::setTemporalMonthCode(const char* code, UErrorCode& status ) in setTemporalMonthCode() argument
[all...]
H A Drbt_pars.cpp330 int syntaxError(UErrorCode code, in syntaxError() argument
/third_party/ninja/src/
H A Dninja.cc1417 int ExceptionFilter(unsigned int code, struct _EXCEPTION_POINTERS *ep) { in ExceptionFilter() argument
/third_party/mesa3d/src/mesa/main/
H A Dtexcompress_s3tc_tmp.h65 GLubyte code = (GLubyte) ((bits >> bit_pos) & 3); in dxt135_decode_imageblock() local
162 const GLubyte code = (acodelow >> (bit_pos & 0x7) | in fetch_2d_texel_rgba_dxt5() local
[all...]
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_driver.h146 uint32_t *code; member
[all...]
/third_party/mesa3d/src/util/format/
H A Du_format_fxt1.c1257 fxt1_decode_1HI (const uint8_t *code, int32_t t, uint8_t *rgba) in fxt1_decode_1HI() argument
1292 fxt1_decode_1CHROMA (const uint8_t *code, int32_t t, uint8_t *rgba) in fxt1_decode_1CHROMA() argument
1315 fxt1_decode_1MIXED (const uint8_t *code, int32_t t, uint8_t *rgba) in fxt1_decode_1MIXED() argument
1401 fxt1_decode_1ALPHA(const uint8_t *code, int32_t t, uint8_t *rgba) fxt1_decode_1ALPHA() argument
1490 const uint8_t *code = (const uint8_t *)texture + fxt1_decode_1() local
[all...]
/third_party/libinput/include/linux/linux/
H A Dinput.h38 __u16 code; member
/third_party/libevdev/libevdev/
H A Dlibevdev.c73 unsigned int type, code; in init_event_queue() local
676 uint32_t code; sync_mt_state() member
1323 libevdev_has_event_code(const struct libevdev *dev, unsigned int type, unsigned int code) libevdev_has_event_code() argument
1343 libevdev_get_event_value(const struct libevdev *dev, unsigned int type, unsigned int code) libevdev_get_event_value() argument
1377 libevdev_set_event_value(struct libevdev *dev, unsigned int type, unsigned int code, int value) libevdev_set_event_value() argument
1406 libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, unsigned int code, int *value) libevdev_fetch_event_value() argument
1418 libevdev_get_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code) libevdev_get_slot_value() argument
1433 libevdev_set_slot_value(struct libevdev *dev, unsigned int slot, unsigned int code, int value) libevdev_set_slot_value() argument
1456 libevdev_fetch_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code, int *value) libevdev_fetch_slot_value() argument
1482 libevdev_get_abs_info(const struct libevdev *dev, unsigned int code) libevdev_get_abs_info() argument
1570 libevdev_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code, const void *data) libevdev_enable_event_code() argument
1618 libevdev_disable_event_code(struct libevdev *dev, unsigned int type, unsigned int code) libevdev_disable_event_code() argument
1646 libevdev_kernel_set_abs_info(struct libevdev *dev, unsigned int code, const struct input_absinfo *abs) libevdev_kernel_set_abs_info() argument
1709 libevdev_event_is_code(const struct input_event *ev, unsigned int type, unsigned int code) libevdev_event_is_code() argument
1730 libevdev_event_code_get_name(unsigned int type, unsigned int code) libevdev_event_code_get_name() argument
1741 libevdev_event_value_get_name(unsigned int type, unsigned int code, int value) libevdev_event_value_get_name() argument
1790 libevdev_kernel_set_led_value(struct libevdev *dev, unsigned int code, enum libevdev_led_value value) libevdev_kernel_set_led_value() argument
1801 int code; libevdev_kernel_set_led_values() local
[all...]
/third_party/libinput/include/linux/freebsd/
H A Dinput.h39 uint16_t code; member
/third_party/libinput/test/
H A Dtest-pointer.c417 int code; in START_TEST() member
502 unsigned int code; START_TEST() local
[all...]
H A Dtest-tablet.c175 unsigned int code; in START_TEST() local
2831 int code; START_TEST() member
3203 int code; START_TEST() local
[all...]
/third_party/libevdev/include/linux/linux/
H A Dinput.h43 __u16 code; member
/third_party/libinput/src/
H A Devdev-fallback.c1041 int code; release_pressed_keys() local
[all...]
/third_party/ltp/tools/sparse/sparse-src/
H A Dtokenize.c718 static int code[32] = { variable
/third_party/lwip/src/netif/ppp/
H A Deap.c2071 u_char code, id; in eap_input() local
2136 int code, i in eap_printpkt() local
[all...]
H A Dipcp.c2241 int code, id, len, olen; ipcp_printpkt() local
[all...]
H A Dlcp.c523 static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len) { in lcp_extcode() argument
2386 int code, id, len, olen, i; lcp_printpkt() local
[all...]
/third_party/node/deps/v8/src/compiler/
H A Dcompilation-dependencies.cc122 void InstallAll(Isolate* isolate, Handle<Code> code) { in InstallAll() argument
137 void InstallAllPredictable(Isolate* isolate, Handle<Code> code) { in InstallAllPredictable() argument
1182 bool CompilationDependencies::Commit(Handle<Code> code) { in Commit() argument
H A Dgraph-visualizer.cc1087 const InstructionSequence* code = o.code_; in operator <<() local
1290 const InstructionSequence* code = b.code_; in operator <<() local
1041 PrintTopLevelLiveRanges(std::ostream& os, const ZoneVector<TopLevelLiveRange*> ranges, const InstructionSequence& code) PrintTopLevelLiveRanges() argument
1352 const InstructionSequence* code = s.sequence_; operator <<() local
[all...]
/third_party/node/deps/v8/src/codegen/arm64/
H A Dregister-arm64.h101 static constexpr CPURegister Create(int code, int size, RegisterType type) { in Create() argument
198 constexpr CPURegister(int code, int size, RegisterType type) in CPURegister() argument
201 static constexpr bool IsValidRegister(int code, int size) { in IsValidRegister() argument
206 static constexpr bool IsValidVRegister(int code, in argument
213 IsValid(int code, int size, RegisterType type) IsValid() argument
218 IsNone(int code, int size, RegisterType type) IsNone() argument
231 Create(int code, int size) Create() argument
238 from_code(int code) from_code() argument
243 GetSpecialRegisterName(int code) GetSpecialRegisterName() argument
323 Create(int code, int size, int lane_count = 1) Create() argument
417 from_code(int code) from_code() argument
[all...]
/third_party/node/deps/v8/src/codegen/s390/
H A Dassembler-s390.cc663 stop(Condition cond, int32_t code, CRegister cr) stop() argument
745 uint64_t code = (static_cast<uint64_t>(op & 0xFF00)) * B32 | dumy() local
[all...]

Completed in 45 milliseconds

1...<<101102103104105106107108109110>>...132