Home
last modified time | relevance | path

Searched defs:code (Results 1726 - 1750 of 2366) sorted by relevance

1...<<61626364656667686970>>...95

/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A Dsg_err.c1044 int sense_key, sense_class, valid, code; in sg_print_sense() local
[all...]
/third_party/ltp/testcases/network/stress/ns-tools/
H A Dns-traffic.h181 uint8_t code; member
/third_party/libwebsockets/win32port/zlib/
H A Ddeflate.h65 ush code; /* bit string */ member
[all...]
H A Dtrees.c246 int code; /* code value */ tr_static_init() local
587 ush code = 0; /* running code value */ global() local
1062 unsigned code; /* the code to send */ global() local
[all...]
/third_party/libinput/src/
H A Devdev-fallback.h192 get_key_type(uint16_t code) in get_key_type() argument
227 hw_set_key_down(struct fallback_dispatch *dispatch, int code, int pressed) hw_set_key_down() argument
233 hw_key_has_changed(struct fallback_dispatch *dispatch, int code) hw_key_has_changed() argument
252 hw_is_key_down(struct fallback_dispatch *dispatch, int code) hw_is_key_down() argument
258 get_key_down_count(struct evdev_device *device, int code) get_key_down_count() argument
[all...]
/third_party/lwip/src/netif/ppp/
H A Dipv6cp.c1403 int code, id, len, olen; ipv6cp_printpkt() local
[all...]
/third_party/node/deps/v8/src/builtins/
H A Dbuiltins.cc182 void Builtins::set_code(Builtin builtin, CodeT code) { in set_code() argument
192 CodeT Builtins::code(Builti function in v8::internal::Builtins
235 Handle<CodeT> code = isolate->builtins()->code_handle(builtin); CallableFor() local
276 Code code = FromCodeT(Builtins::code(builtin)); PrintBuiltinSize() local
289 IsBuiltin(const Code code) IsBuiltin() argument
305 IsIsolateIndependentBuiltin(const Code code) IsIsolateIndependentBuiltin() argument
[all...]
/third_party/node/deps/v8/src/codegen/arm/
H A Dregister-arm.h73 explicit constexpr Register(int code) : RegisterBase(code) {} in Register() argument
133 explicit constexpr SwVfpRegister(int code) : RegisterBase(code) {} in SwVfpRegister() argument
174 explicit constexpr DwVfpRegister(int code) argument
201 LowDwVfpRegister(int code) LowDwVfpRegister() argument
233 QwNeonRegister(int code) QwNeonRegister() argument
250 CRegister(int code) CRegister() argument
[all...]
/third_party/node/deps/v8/src/diagnostics/
H A Deh-frame.cc287 int code = RegisterToDwarfCode(base_register); in SetBaseAddressRegister() local
297 int code = RegisterToDwarfCode(base_register); in SetBaseAddressRegisterAndOffset() local
/third_party/node/deps/v8/src/diagnostics/loong64/
H A Ddisasm-loong64.cc276 int code = instr->CodeValue(); in PrintCode() local
[all...]
/third_party/node/deps/v8/src/diagnostics/ppc/
H A Ddisasm-ppc.cc345 int code = instr->Bits(20, 18); in FormatOption() local
/third_party/node/deps/v8/src/execution/
H A Dframes-inl.h22 Code code; member
/third_party/node/deps/v8/src/inspector/
H A Dv8-inspector-impl.cc107 compileScript( v8::Local<v8::Context> context, const String16& code, const String16& fileName) compileScript() argument
/third_party/node/deps/v8/src/objects/
H A Dcontexts.cc429 void NativeContext::AddOptimizedCode(CodeT code) { in AddOptimizedCode() argument
H A Djs-display-names.cc297 StringToUDateTimePatternField(const char* code) StringToUDateTimePatternField() argument
600 Handle<String> code; Of() local
[all...]
H A Dshared-function-info.cc126 CodeT code = InterpreterTrampoline(); GetCode() local
[all...]
/third_party/node/deps/v8/src/regexp/
H A Dregexp-macro-assembler.cc435 Code code = FromCodeT(CodeT::cast(regexp.code(is_one_byte))); in Execute() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.cc295 Handle<Code> code = isolate->factory()->CopyCode(Handle<Code>::cast( in CreateInterpreterDataForDeserializedCode() local
[all...]
/third_party/node/deps/v8/src/wasm/baseline/
H A Dliftoff-register.h161 from_liftoff_code(int code) from_liftoff_code() argument
174 from_code(RegClass rc, int code) from_code() argument
187 from_external_code(RegClass rc, ValueKind kind, int code) from_external_code() argument
311 LiftoffRegister(storage_t code) LiftoffRegister() argument
[all...]
/third_party/mesa3d/src/gallium/auxiliary/vl/
H A Dvl_mpeg12_bitstream.c994 uint32_t code = vl_vlc_peekbits(&bs->vlc, 32); in vl_mpg12_bs_decode() local
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_target.h127 uint32_t *code; member in nv50_ir::CodeEmitter
/third_party/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_misc.cpp261 GeneratedCode *code; member in ShaderMemoryManager
285 static void freeGeneratedCode(struct lp_generated_code *code) { in freeGeneratedCode() argument
582 lp_free_generated_code(struct lp_generated_code *code) lp_free_generated_code() argument
[all...]
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Devp_fetch.c382 int code = unsupported ? ERR_R_UNSUPPORTED : ERR_R_FETCH_FAILED; in inner_evp_generic_fetch() local
/third_party/node/deps/openssl/openssl/ssl/
H A Dtls13_enc.c1020 int tls13_alert_code(int code) in tls13_alert_code() argument
/third_party/pulseaudio/src/modules/macosx/
H A Dmodule-coreaudio-device.c281 static int sink_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in sink_process_msg() argument
319 static int source_process_msg(pa_msgobject *o, int code, void *data, int64_t offset, pa_memchunk *chunk) { in source_process_msg() argument

Completed in 27 milliseconds

1...<<61626364656667686970>>...95