Home
last modified time | relevance | path

Searched +defs:val +defs:code (Results 76 – 100 of 1673) sorted by relevance

12345678910>>...67

/aosp_15_r20/external/python/cpython3/Python/
Dtraceback.c251 PyObject *exc, *val, *tb, *newtb; in PyTraceBack_Here() local
267 PyCodeObject *code; in _PyTraceback_Add() local
269 PyObject *exc, *val, *tb; in _PyTraceback_Add() local
798 PyCodeObject* code = frame->f_frame->f_code; in tb_displayline() local
927 PyCodeObject *code = NULL; in tb_printinternal() local
1187 PyCodeObject *code = frame->f_code; in dump_frame() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v03.c118 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
123 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
128 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
147 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
291 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
525 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
527 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
1451 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
1610 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
[all …]
H A Dzstd_v02.c117 U16 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read16() local
122 U32 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read32() local
127 U64 val; memcpy(&val, memPtr, sizeof(val)); return val; in MEM_read64() local
146 MEM_STATIC void MEM_writeLE16(void* memPtr, U16 val) in MEM_writeLE16()
289 MEM_STATIC unsigned BIT_highbit32 (U32 val) in BIT_highbit32()
524 ERR_STATIC unsigned ERR_isError(size_t code) { return (code > ERROR(maxCode)); } in ERR_isError()
526 ERR_STATIC const char* ERR_getErrorName(size_t code) in ERR_getErrorName()
1106 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
1455 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
1614 const size_t val = BIT_lookBitsFast(Dstream, dtLog); /* note : dtLog >= 1 */ in HUF_decodeSymbolX2() local
[all …]
/aosp_15_r20/out/soong/.intermediates/packages/modules/Permission/service/service-permission-statsd/android_common_apex30/javac/
Dservice-permission-statsd.jar ... public static void write (int, int) int code int arg1 int needed byte[] buff int pos ...
/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c377 uint32_t val; in SafeDecodeSymbol() local
417 uint32_t val; in SafeReadSymbol() local
448 uint32_t val = BrotliGet16BitsUnmasked(br); in ReadPreloadedSymbol() local
875 uint32_t code; in ReadBlockLength() local
1054 uint32_t code = h->code; in DecodeContextMap() local
1497 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits()
1507 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits32()
1621 uint32_t code; in ReadDistanceInternal() local
/aosp_15_r20/external/vixl/src/aarch64/
H A Dsimulator-aarch64.cc647 const char* Simulator::WRegNameForCode(unsigned code, Reg31Mode mode) { in WRegNameForCode()
658 const char* Simulator::XRegNameForCode(unsigned code, Reg31Mode mode) { in XRegNameForCode()
669 const char* Simulator::BRegNameForCode(unsigned code) { in BRegNameForCode()
675 const char* Simulator::HRegNameForCode(unsigned code) { in HRegNameForCode()
681 const char* Simulator::SRegNameForCode(unsigned code) { in SRegNameForCode()
687 const char* Simulator::DRegNameForCode(unsigned code) { in DRegNameForCode()
693 const char* Simulator::VRegNameForCode(unsigned code) { in VRegNameForCode()
699 const char* Simulator::ZRegNameForCode(unsigned code) { in ZRegNameForCode()
705 const char* Simulator::PRegNameForCode(unsigned code) { in PRegNameForCode()
1287 void Simulator::PrintRegister(int code, in PrintRegister()
[all …]
/aosp_15_r20/external/iproute2/ip/
H A Dtcp_metrics.c52 int code; member
197 unsigned long long val = rta_getattr_u64(a); in process_msg() local
205 __s32 val = (__s32) rta_getattr_u32(a); in process_msg() local
221 unsigned long val; in process_msg() local
/aosp_15_r20/frameworks/native/libs/binder/tests/parcel_fuzzer/
H A Drandom_parcel_seeds.cpp41 std::vector<uint8_t> reverseBytes(T min, T max, T val) { in reverseBytes()
62 void writeReversedBuffer(std::vector<uint8_t>& integralBuffer, T min, T max, T val) { in writeReversedBuffer()
70 void writeReversedBuffer(std::vector<uint8_t>& integralBuffer, T val) { in writeReversedBuffer()
267 uint32_t code = transaction.getCode(); in generateSeedsFromRecording() local
/aosp_15_r20/external/mesa3d/src/gallium/drivers/r300/compiler/
H A Dr500_fragprog.c307 static char *to_mask(int val) in to_mask()
331 static char *to_texop(int val) in to_texop()
348 struct r500_fragment_program_code *code = &compiler->code->code.r500; in r500FragmentProgramDump() local
/aosp_15_r20/build/make/tools/product_config/src/com/android/build/config/
H A DOptions.java193 final String val = getNextNonFlagArg(); in requireNextStringArg() local
201 final String val = getNextNonFlagArg(); in requireNextNumberArg() local
213 final int code = requireNextNumberArg(arg); in handleErrorCode() local
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/combined/
Dframework-ondeviceintelligence-platform.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-ondeviceintelligence-platform_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/framework-ondeviceintelligence-platform.impl_intermediates/
Dclasses.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/NeuralNetworks/framework/framework-ondeviceintelligence-platform.impl/android_common/javac/
Dframework-ondeviceintelligence-platform.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/app/ android/ ...
/aosp_15_r20/art/runtime/entrypoints/quick/
H A Dquick_trampoline_entrypoints.cc862 jvalue val; in Visit() local
1302 const void* code = nullptr; in artQuickResolutionTrampoline() local
1507 void AdvancePointer(const void* val) { in AdvancePointer()
1522 void AdvanceInt(uint32_t val) { in AdvanceInt()
1559 void AdvanceLong(uint64_t val) { in AdvanceLong()
1593 void AdvanceFloat(uint32_t val) { in AdvanceFloat()
1636 void AdvanceDouble(uint64_t val) { in AdvanceDouble()
1679 void PushGpr(uintptr_t val) { in PushGpr()
1682 void PushFpr4(float val) { in PushFpr4()
1685 void PushFpr8(uint64_t val) { in PushFpr8()
[all …]
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py413 def gen_record_file_name(exc, code): argument
632 def make_cell(val=None): argument
762 def create(scope, name, val): argument
1557 def format_func_info(code): argument
1615 def __exit__(self, typ, val, traceback): argument
1625 def num_recompiles(code): argument
1628 def recompile_reasons(code): argument
2096 def format_bytecode(prefix, name, filename, line_no, code): argument
/aosp_15_r20/external/python/cpython2/Lib/
Dlocale.py224 def format_string(f, val, grouping=False): argument
258 def currency(val, symbol=True, grouping=False, international=False): argument
303 def str(val): argument
349 def _replace_encoding(code, encoding): argument
/aosp_15_r20/external/crosvm/bit_field/bit_field_derive/
H A Dbit_field_derive.rs506 let val = self.get(offset, <#ty as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in get_fields_impl() localVariable
511 let val = <#ty as ::bit_field::BitFieldSpecifier>::into_u64(val); in get_fields_impl() localVariable
591 let mut val = 0; in get_bits_impl() localVariable
621 let mut code = TokenStream::new(); in define_bit_field_specifiers() localVariable
739 let mut val = 0; in end_to_end() localVariable
760 … let val = self.get(offset, <BitField1 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in end_to_end() localVariable
764 let val = <BitField1 as ::bit_field::BitFieldSpecifier>::into_u64(val); in end_to_end() localVariable
772 … let val = self.get(offset, <BitField2 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in end_to_end() localVariable
776 let val = <BitField2 as ::bit_field::BitFieldSpecifier>::into_u64(val); in end_to_end() localVariable
786 … let val = self.get(offset, <BitField5 as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH); in end_to_end() localVariable
[all …]
/aosp_15_r20/external/cn-cbor/src/
H A Dcn-cbor.c21 #define CN_CBOR_FAIL(code) do { pb->err = code; goto fail; } while(0) argument
44 double val; in decode_half() local
104 uint64_t val; in decode_item() local
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/pidfd/
H A Dpidfd_fdinfo_test.c21 int code; member
25 static int error_set(struct error *err, int code, const char *fmt, ...) in error_set()
187 char *val; in verify_fdinfo() local
/aosp_15_r20/external/python/cpython2/Python/
Dpeephole.c23 #define SETARG(arr, i, val) arr[i+2] = val>>8; arr[i+1] = val & 255 argument
243 markblocks(unsigned char *code, Py_ssize_t len) in markblocks()
299 PyCode_Optimize(PyObject *code, PyObject* consts, PyObject *names, in PyCode_Optimize()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/3/utils/common/include/
H A DVehicleUtils.h96 auto val = std::unique_ptr<aidl::android::hardware::automotive::vehicle::VehiclePropValue>( in createVehiclePropValueVec() local
238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError()
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError()
/aosp_15_r20/hardware/interfaces/automotive/vehicle/aidl/impl/current/utils/common/include/
H A DVehicleUtils.h96 auto val = std::unique_ptr<aidl::android::hardware::automotive::vehicle::VehiclePropValue>( in createVehiclePropValueVec() local
238 VhalError(aidl::android::hardware::automotive::vehicle::StatusCode&& code) : mCode(code) {} in VhalError()
240 VhalError(const aidl::android::hardware::automotive::vehicle::StatusCode& code) : mCode(code) {} in VhalError()
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c378 uint32_t val; in SafeDecodeSymbol() local
418 uint32_t val; in SafeReadSymbol() local
449 uint32_t val = BrotliGet16BitsUnmasked(br); in ReadPreloadedSymbol() local
876 uint32_t code; in ReadBlockLength() local
1055 uint32_t code = h->code; in DecodeContextMap() local
1607 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits()
1617 BrotliBitReader* const br, uint32_t n_bits, uint32_t* val) { in SafeReadBits32()
1731 uint32_t code; in ReadDistanceInternal() local
/aosp_15_r20/external/libxml2/
H A Dxpointer.c64 xmlXPtrErr(xmlXPathParserContextPtr ctxt, int code, in xmlXPtrErr()
175 #define SKIP(val) ctxt->cur += (val) argument
176 #define NXT(val) ctxt->cur[(val)] argument

12345678910>>...67