| /third_party/libcoap/examples/ |
| H A D | coap-server.c | 288 coap_pdu_code_t code = coap_pdu_get_code(request); in hnd_get_fetch_time() local 1460 coap_pdu_code_t code = coap_pdu_get_code(request); in hnd_put_post() local [all...] |
| /third_party/mesa3d/src/amd/vulkan/ |
| H A D | radv_shader.c | 2138 radv_aco_build_shader_binary(void **bin, gl_shader_stage stage, bool is_gs_copy_shader, const struct ac_shader_config *config, const char *llvm_ir_str, unsigned llvm_ir_size, const char *disasm_str, unsigned disasm_size, uint32_t *statistics, uint32_t stats_size, uint32_t exec_size, const uint32_t *code, uint32_t code_dw) radv_aco_build_shader_binary() argument 2395 radv_aco_build_shader_part(void **bin, uint32_t num_sgprs, uint32_t num_vgprs, uint32_t num_preserved_sgprs, const uint32_t *code, uint32_t code_size, const char *disasm_str, uint32_t disasm_size) global() argument
|
| /third_party/mesa3d/src/imagination/vulkan/pds/ |
| H A D | pvr_pds.h | 119 const uint32_t *code; member [all...] |
| /third_party/mesa3d/src/imagination/vulkan/ |
| H A D | pvr_device.c | 2192 pvr_gpu_upload_usc(struct pvr_device *device, const void *code, size_t code_size, uint64_t code_alignment, struct pvr_bo **const pvr_bo_out) pvr_gpu_upload_usc() argument 2243 pvr_gpu_upload_pds(struct pvr_device *device, const uint32_t *data, uint32_t data_size_dwords, uint32_t data_alignment, const uint32_t *code, uint32_t code_size_dwords, uint32_t code_alignment, uint64_t min_alignment, struct pvr_pds_upload *const pds_upload_out) pvr_gpu_upload_pds() argument [all...] |
| /third_party/node/deps/v8/src/wasm/ |
| H A D | wasm-objects.cc | 1882 CodeT code = js_function.code(); in IsWasmExportedFunction() local [all...] |
| H A D | module-decoder.cc | 62 const char* SectionName(SectionCode code) { in SectionName() argument [all...] |
| /third_party/node/src/ |
| H A D | node_http2.cc | 679 void Http2Session::Close(uint32_t code, bool socket_closed) { in Close() argument 1110 OnStreamClose(nghttp2_session* handle, int32_t id, uint32_t code, void* user_data) OnStreamClose() argument 2101 Close(int32_t code) Close() argument 2277 SubmitRstStream(const uint32_t code) SubmitRstStream() argument 2686 uint32_t code = args[0]->Uint32Value(context).ToChecked(); Destroy() local 2722 Goaway(uint32_t code, int32_t lastStreamID, const uint8_t* data, size_t len) Goaway() argument 2747 uint32_t code = args[0]->Uint32Value(context).ToChecked(); Goaway() local 2784 uint32_t code = args[0]->Uint32Value(context).ToChecked(); RstStream() local [all...] |
| /third_party/node/deps/icu-small/source/common/ |
| H A D | ucurr.cpp | 2731 int32_t code = 0; ucurr_getNumericCode() local [all...] |
| /third_party/node/deps/icu-small/source/i18n/ |
| H A D | calendar.cpp | 2836 U_ASSERT(month < 12); U_ASSERT(internalGet(UCAL_IS_LEAP_MONTH) == 0); return gTemporalMonthCodes[month]; } void Calendar::setTemporalMonthCode(const char* code, UErrorCode& status ) { if (U_FAILURE(status)) { return; } int32_t len = static_cast<int32_t>(uprv_strlen(code)); if (len == 3 && code[0] == �) { for (int m = 0; gTemporalMonthCodes[m] != nullptr; m++) { if (uprv_strcmp(code, gTemporalMonthCodes[m]) == 0) { set(UCAL_MONTH, m); set(UCAL_IS_LEAP_MONTH, 0); return; } } } status = U_ILLEGAL_ARGUMENT_ERROR; } void Calendar::validateFields(UErrorCode &status) { if (U_FAILURE(status)) { return; } for (int32_t field = 0; U_SUCCESS(status) && (field < UCAL_FIELD_COUNT); field++) { if (fStamp[field] >= kMinimumUserStamp) { validateField((UCalendarDateFields)field, status); } } } void Calendar::validateField(UCalendarDateFields field, UErrorCode &status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t y; switch (field) { case UCAL_DAY_OF_MONTH: y = handleGetExtendedYear(); validateField(field, 1, handleGetMonthLength(y, internalGetMonth()), status); break; case UCAL_DAY_OF_YEAR: y = handleGetExtendedYear(); validateField(field, 1, handleGetYearLength(y), status); break; case UCAL_DAY_OF_WEEK_IN_MONTH: if (internalGet(field) == 0) { fprintf(stderr, �, __FILE__, __LINE__); status = U_ILLEGAL_ARGUMENT_ERROR; return; } validateField(field, getMinimum(field), getMaximum(field), status); break; default: validateField(field, getMinimum(field), getMaximum(field), status); break; } } void Calendar::validateField(UCalendarDateFields field, int32_t min, int32_t max, UErrorCode& status) { if (U_FAILURE(status)) { return; } if (field < 0 || field >= UCAL_FIELD_COUNT) { status = U_ILLEGAL_ARGUMENT_ERROR; return; } int32_t value = fFields[field]; if (value < min || value > max) { fprintf(stderr, �, __FILE__, __LINE__,fldName(field),min,max,value); status = U_ILLEGAL_ARGUMENT_ERROR; return; } } const UFieldResolutionTable* Calendar::getFieldResolutionTable() const { return kDatePrecedence; } UCalendarDateFields Calendar::newerField(UCalendarDateFields defaultField, UCalendarDateFields alternateField) const { if (fStamp[alternateField] > fStamp[defaultField]) getTemporalMonthCode() argument [all...] |
| /third_party/libinput/src/ |
| H A D | evdev.c | 128 evdev_update_key_down_count(struct evdev_device *device, int code, int pressed) evdev_update_key_down_count() argument 568 int code; evdev_tag_keyboard() local 815 unsigned int code; evdev_scroll_get_default_button() local 1736 evdev_check_min_max(struct evdev_device *device, unsigned int code) evdev_check_min_max() argument 1774 unsigned int code; evdev_reject_device() local 1896 unsigned int code; evdev_device_is_joystick_or_gamepad() local 2280 int code = t->tuples[i].second; evdev_pre_configure_model_quirks() local 2640 evdev_read_fuzz_prop(struct evdev_device *device, unsigned int code) evdev_read_fuzz_prop() argument 2731 evdev_device_has_button(struct evdev_device *device, uint32_t code) evdev_device_has_button() argument 2740 evdev_device_has_key(struct evdev_device *device, uint32_t code) evdev_device_has_key() argument 2774 unsigned int code; evdev_device_has_switch() local [all...] |
| H A D | evdev-mt-touchpad.c | 496 rotated(struct tp_dispatch *tp, unsigned int code, int value) in rotated() argument 292 tp_fake_finger_set(struct tp_dispatch *tp, unsigned int code, bool is_press) tp_fake_finger_set() argument 2869 unsigned int code; tp_disable_abs_mt() local 2881 unsigned int code; tp_init_slots() member 3604 unsigned int code; tp_init_pressure() local [all...] |
| /third_party/libinput/tools/ |
| H A D | libinput-record.c | 1415 print_description_abs(FILE *fp, struct libevdev *dev, unsigned int code) print_description_abs() argument 1433 print_description_state(FILE *fp, struct libevdev *dev, unsigned int type, unsigned int code) print_description_state() argument [all...] |
| /third_party/lz4/lib/ |
| H A D | lz4frame.c | 290 unsigned LZ4F_isError(LZ4F_errorCode_t code) in LZ4F_isError() argument 295 const char* LZ4F_getErrorName(LZ4F_errorCode_t code) in LZ4F_getErrorName() argument 308 static LZ4F_errorCode_t LZ4F_returnErrorCode(LZ4F_errorCodes code) in LZ4F_returnErrorCode() argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/arm/ |
| H A D | instruction-selector-arm.cc | 462 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitPairAtomicBinOp() local 724 InstructionCode code; in VisitStoreCommon() local 2340 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicExchange() local 2377 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicCompareExchange() local 2414 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicBinaryOperation() local 2477 InstructionCode code = VisitWord32AtomicPairStore() local 2512 InstructionCode code = kArmWord32AtomicPairExchange | VisitWord32AtomicPairExchange() local 2545 InstructionCode code = kArmWord32AtomicPairCompareExchange | VisitWord32AtomicPairCompareExchange() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/mips/ |
| H A D | instruction-selector-mips.cc | 245 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitPairAtomicBinop() local 424 InstructionCode code = kArchStoreWithWriteBarrier; in VisitStore() local 745 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); in VisitWord32AtomicPairLoad() local 816 InstructionCode code = kMipsWord32AtomicPairCompareExchange | in VisitWord32AtomicPairCompareExchange() local 2019 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicExchange() local 2058 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicCompareExchange() local 2098 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode); VisitWord32AtomicBinaryOperation() local [all...] |
| /third_party/node/deps/v8/src/compiler/backend/x64/ |
| H A D | code-generator-x64.cc | 1198 Handle<CodeT> code = i.InputCode(0); AssembleArchInstruction() local 1258 Handle<CodeT> code = i.InputCode(0); AssembleArchInstruction() local [all...] |
| /third_party/node/deps/v8/src/compiler/ |
| H A D | heap-refs.cc | 2169 CodeRef JSFunctionRef::code() const { in code() function in v8::internal::compiler::JSFunctionRef 2170 CodeT code = object()->code(kAcquireLoad); in code() local [all...] |
| H A D | js-native-context-specialization.cc | 2253 Node* code = jsgraph()->HeapConstant(call_api_callback.code()); InlineApiCall() local [all...] |
| H A D | js-typed-lowering.cc | 1629 CodeTRef code = MakeRef( in ReduceJSConstruct() local [all...] |
| H A D | code-assembler.cc | 176 Handle<Code> code; in GenerateCode() local 1212 void CodeAssembler::TailCallJSCode(TNode<CodeT> code, TNod argument [all...] |
| /third_party/node/deps/v8/src/compiler/backend/ |
| H A D | register-allocator.h | 292 InstructionSequence* code() const { return code_; } in code() function in v8::internal::compiler::RegisterAllocationFlag::final 1190 InstructionSequence* code() const { return data()->code(); } in code() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final 1223 InstructionSequence* code() const { return data()->code(); } code() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final 1293 InstructionSequence* code() const { return data_->code(); } code() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final 1307 InstructionSequence* code() const { return data()->code(); } code() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::RegisterAllocator 1593 InstructionSequence* code() const { return data()->code(); } code() function in v8::internal::compiler::RegisterAllocationFlag::LiveRange::final [all...] |
| /third_party/node/deps/v8/src/compiler/backend/s390/ |
| H A D | instruction-selector-s390.cc | 748 InstructionCode code = kArchStoreWithWriteBarrier; in VisitGeneralStore() local 812 InstructionCode code = in VisitGeneralStore() local 2182 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | in VisitAtomicExchange() local 2250 InstructionCode code in VisitAtomicCompareExchange() local 2321 InstructionCode code = opcode | AddressingModeField::encode(addressing_mode) | VisitAtomicBinop() local [all...] |
| /third_party/node/deps/v8/src/builtins/mips64/ |
| H A D | builtins-mips64.cc | 331 static void AssertCodeIsBaseline(MacroAssembler* masm, Register code, in AssertCodeIsBaseline() argument 1723 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local 2090 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<Code> code) Generate_CallOrConstructVarargs() argument 2160 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<Code> code) Generate_CallOrConstructForwardVarargs() argument 3429 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local 3502 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local 3570 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local [all...] |
| /third_party/node/deps/v8/src/builtins/ppc/ |
| H A D | builtins-ppc.cc | 37 static void AssertCodeIsBaseline(MacroAssembler* masm, Register code, in AssertCodeIsBaseline() argument 1804 Handle<Code> code = BUILTIN_CODE(masm->isolate(), ArrayConstructorImpl); Generate_InterpreterPushArgsThenConstructImpl() local 1980 int code = config->GetAllocatableGeneralCode(i); Generate_ContinueToBuiltinHelper() local 2280 Generate_CallOrConstructVarargs(MacroAssembler* masm, Handle<Code> code) Generate_CallOrConstructVarargs() argument 2352 Generate_CallOrConstructForwardVarargs(MacroAssembler* masm, CallOrConstructMode mode, Handle<Code> code) Generate_CallOrConstructForwardVarargs() argument 3643 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local 3711 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local 3800 int code = config->GetAllocatableDoubleCode(i); Generate_DeoptimizationEntry() local [all...] |
| /third_party/node/deps/v8/src/debug/ |
| H A D | debug.cc | 1142 Handle<AbstractCode> code = summary.AsJavaScript().abstract_code(); in PrepareStepOnThrow() local 1509 Code code = iterator.Next(); DeoptimizeFunction() local [all...] |