Home
last modified time | relevance | path

Searched +defs:p +defs:code (Results 451 – 475 of 2164) sorted by relevance

1...<<11121314151617181920>>...87

/aosp_15_r20/external/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_emit_nvc0.cpp1257 nvc0_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in nvc0_selpFlip()
1737 nvc0_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in nvc0_interpApply()
1953 int r = 0, p = -1; in emitLOAD() local
3034 int p[8]; member
H A Dnv50_ir_emit_gm107.cpp368 CodeEmitterGM107::emitCond3(int pos, CondCode code) in emitCond3()
396 CodeEmitterGM107::emitCond4(int pos, CondCode code) in emitCond4()
953 gm107_selpFlip(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_selpFlip()
2569 gm107_interpApply(const FixupEntry *entry, uint32_t *code, const FixupData& data) in gm107_interpApply()
3222 int r = -1, p = -1; in emitVOTE() local
/aosp_15_r20/external/zstd/lib/legacy/
H A Dzstd_v04.c118 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() local
131 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() local
148 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE32() local
160 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE64() local
1089 static unsigned FSE_isError(size_t code) { return ERR_isError(code); } in FSE_isError()
1617 static unsigned HUF_isError(size_t code) { return ERR_isError(code); } in HUF_isError()
1785 static inline size_t HUF_decodeStreamX2(BYTE* p, BIT_DStream_t* const bitDPtr, BYTE* const pEnd, co… in HUF_decodeStreamX2()
2142 static inline size_t HUF_decodeStreamX4(BYTE* p, BIT_DStream_t* bitDPtr, BYTE* const pEnd, const HU… in HUF_decodeStreamX4()
2429 static unsigned ZSTD_isError(size_t code) { return ERR_isError(code); } in ZSTD_isError()
H A Dzstd_v07.c333 const BYTE* p = (const BYTE*)memPtr; in MEM_readLE16() local
343 BYTE* p = (BYTE*)memPtr; in MEM_writeLE16() local
1134 unsigned FSEv07_isError(size_t code) { return ERR_isError(code); } in FSEv07_isError()
1136 const char* FSEv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in FSEv07_getErrorName()
1142 unsigned HUFv07_isError(size_t code) { return ERR_isError(code); } in HUFv07_isError()
1144 const char* HUFv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in HUFv07_getErrorName()
1789 static inline size_t HUFv07_decodeStreamX2(BYTE* p, BITv07_DStream_t* const bitDPtr, BYTE* const pE… in HUFv07_decodeStreamX2()
2194 static inline size_t HUFv07_decodeStreamX4(BYTE* p, BITv07_DStream_t* bitDPtr, BYTE* const pEnd, co… in HUFv07_decodeStreamX4()
2559 unsigned ZSTDv07_isError(size_t code) { return ERR_isError(code); } in ZSTDv07_isError()
2563 const char* ZSTDv07_getErrorName(size_t code) { return ERR_getErrorName(code); } in ZSTDv07_getErrorName()
/aosp_15_r20/external/mesa3d/src/gallium/drivers/nouveau/nvc0/
H A Dnvc0_program.c531 unsigned p = pso->output[i].dst_offset; in nvc0_program_create_tfb_state() local
956 const uint32_t *code; in nvc0_program_library_upload() local
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/ime/translit/
H A DTransliteratorInputMethod.java213 private static void pin(Point p, Rectangle r) { in pin()
626 private boolean handlePressed(int code) { in handlePressed()
/aosp_15_r20/external/mesa3d/src/amd/llvm/
H A Dac_llvm_build.c406 char code[16]; in ac_build_optimization_barrier() local
735 LLVMValueRef p; in ac_build_fs_interp() local
788 LLVMValueRef p; in ac_build_fs_interp_f16() local
845 LLVMValueRef p; in ac_build_fs_interp_mov() local
1163 char code[1024]; in ac_build_buffer_load_format() local
1947 LLVMValueRef code = LLVMBuildExtractValue(ctx->builder, result, 1, ""); in ac_build_image_opcode() local
1993 LLVMValueRef code = LLVMConstInlineAsm(calltype, in ac_build_cvt_pknorm_i16_f16() local
2006 LLVMValueRef code = LLVMConstInlineAsm(calltype, in ac_build_cvt_pknorm_u16_f16() local
3903 LLVMValueRef code = LLVMConstInlineAsm(calltype, "s_endpgm", "", true, false); in ac_build_s_endpgm() local
/aosp_15_r20/external/cldr/tools/cldr-code/src/main/java/org/unicode/cldr/tool/
H A DConvertLanguageData.java262 public static String getLanguageCodeAndName(String code) { in getLanguageCodeAndName()
1064 public static String getCountryCodeAndName(String code) { in getCountryCodeAndName()
1317 Pair<String, String> p = Rxxx_to_reference.get(Rxxx); // exception if fails. in getReferenceHTML() local
1900 String code, in addBest()
1916 String code = null; field in ConvertLanguageData.CodeAndPopulation
2201 private static boolean checkCode(LstrType type, String code, List<String> sourceLine) { in checkCode()
/aosp_15_r20/system/tools/aidl/tests/java/src/android/aidl/service/
DTestServiceServer.java125 public final Result flipStatus(ParcelableWithNested p) { in flipStatus()
145 public boolean onTransact(int code, Parcel data, Parcel reply, int flags) throws RemoteException { in onTransact()
430 public void ThrowServiceException(int code) throws RemoteException { in ThrowServiceException()
/aosp_15_r20/out/soong/.intermediates/frameworks/base/tools/protologtool/protologtool-lib/linux_glibc_common/kotlin/
Dprotologtool-lib.jar ... iv com.github.javaparser.ast.CompilationUnit code String className String fileName public final boolean isClassImportedOrSamePackage (com ...
/aosp_15_r20/frameworks/base/tools/aapt/
H A DResourceTable.cpp345 ResXMLTree::event_code_t code; in compileAttribute() local
863 ResXMLTree::event_code_t code; in compileResourceFile() local
1740 const type_ident_pair_t& p = skippedResourceNames.keyAt(i); in compileResourceFile() local
1915 sp<Package> p = mPackages.valueFor(package); in startBag() local
2008 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() local
2034 sp<Package> p = mPackages.valueFor(package); in hasBagOrEntry() local
2073 sp<Package> p = mPackages.valueFor(package); in appendComment() local
2096 sp<Package> p = mPackages.valueFor(package); in appendTypeComment() local
2194 inline uint32_t ResourceTable::getResId(const sp<Package>& p, in getResId()
2228 sp<Package> p = mPackages.valueFor(package); in getResId() local
[all …]
/aosp_15_r20/external/webp/src/dec/
H A Dvp8l_dec.c215 const HuffmanCode32 code = group->packed_table[val]; in ReadPackedSymbols() local
237 uint32_t code; in BuildPackedTable() local
285 const HuffmanCode* p; in ReadHuffmanCodeLengths() local
1054 int code; in DecodeAlphaData() local
1161 int code; in DecodeImageData() local
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/
Dtools.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/services/com. ...
/aosp_15_r20/frameworks/native/libs/binder/tests/
H A DbinderThroughputTest.cpp38 virtual status_t onTransact(uint32_t code, in onTransact()
210 Pipe p) in worker_fx()
/aosp_15_r20/external/libcups/ppdc/
H A Dppdc-source.cxx378 code[10240]; // Code in get_choice() local
2722 ppdcProfile *p; // Color profile in scan_file() local
3297 ppdcProfile *p; // Color profile in scan_file() local
3436 ppdcProfile *p; // Current color profile in write_file() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Explorer/
H A DContextMenu.cpp102 static void Print_Ptr(const void *p, const char *s) in Print_Ptr()
538 bool FindExt(const char *p, const UString &name, CStringFinder &finder) in FindExt()
603 #define MAKE_HRESULT_SUCCESS_FAC0(code) (HRESULT)(code) in QueryContextMenu() argument
1476 WCHAR *p = (WCHAR *)CoTaskMemAlloc(size); in My_SHStrDupW() local
/aosp_15_r20/external/python/cpython3/Python/
Dceval.c823 for (PyThreadState *p = interp->threads.head; p != NULL; p = p->next) { in Py_SetRecursionLimit() local
2248 PyCodeObject *code = (PyCodeObject *)getitem->func_code; local
4851 PyCodeObject *code = (PyCodeObject *)func->func_code; local
4885 PyCodeObject *code = (PyCodeObject *)func->func_code; local
6070 scan_back_to_entry_start(unsigned char *p) {
6076 skip_to_next_entry(unsigned char *p, unsigned char *end) {
6087 get_exception_handler(PyCodeObject *code, int index, int *level, int *handler, int *lasti)
6368 PyCodeObject * code = (PyCodeObject *)func->func_code; local
6835 PyCodeObject *code = frame->f_code; local
7889 PyCodeObject *code = frame->f_code; local
[all …]
/aosp_15_r20/external/OpenCL-CTS/test_common/miniz/
H A Dminiz.c173 #define MZ_REALLOC(p, x) NULL argument
177 #define MZ_REALLOC(p, x) realloc(p, x) argument
185 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) argument
186 #define MZ_READ_LE32(p) *((const mz_uint32 *)(p)) argument
188 …#define MZ_READ_LE16(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *… argument
189 …#define MZ_READ_LE32(p) ((mz_uint32)(((const mz_uint8 *)(p))[0]) | ((mz_uint32)(((const mz_uint8 *… argument
232 void mz_free(void *p) in mz_free()
600 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument
737 mz_uint8 *p = r->m_tables[0].m_code_size; mz_uint i; in tinfl_decompress() local
1139 …mz_uint rev_code = 0, code, code_size; if ((code_size = d->m_huff_code_sizes[table_num][i]) == 0) … in tdefl_optimize_huffman_table() local
[all …]
/aosp_15_r20/external/apache-xml/test/tools/
HDjtidy-1.0.3.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/w3c/ org/ ...
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dcollationtest.cpp611 uint32_t p, uint32_t s, uint32_t ctq) { in isValidCE()
699 uint32_t p = (uint32_t)(ce >> 32); in isValidCE() local
714 uint32_t p = elements[index]; in next() local
967 UnicodeString CollationTest::printSortKey(const uint8_t *p, int32_t length) { in printSortKey()
985 const uint8_t *p = key.getByteArray(length); in printCollationKey() local
1229 int32_t code = CollationRuleParser::getReorderCode(name.data()); in parseAndSetReorderCodes() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dcollationtest.cpp611 uint32_t p, uint32_t s, uint32_t ctq) { in isValidCE()
699 uint32_t p = (uint32_t)(ce >> 32); in isValidCE() local
714 uint32_t p = elements[index]; in next() local
967 UnicodeString CollationTest::printSortKey(const uint8_t *p, int32_t length) { in printSortKey()
985 const uint8_t *p = key.getByteArray(length); in printCollationKey() local
1229 int32_t code = CollationRuleParser::getReorderCode(name.data()); in parseAndSetReorderCodes() local
/aosp_15_r20/hardware/google/gfxstream/third-party/astc-encoder/Source/
Dtinyexr.h1934 #define MZ_REALLOC(p, x) NULL argument
1938 #define MZ_REALLOC(p, x) realloc(p, x) argument
1946 #define MZ_READ_LE16(p) *((const mz_uint16 *)(p)) argument
1947 #define MZ_READ_LE32(p) *((const mz_uint32 *)(p)) argument
1949 #define MZ_READ_LE16(p) \ argument
1952 #define MZ_READ_LE32(p) \ argument
2015 void mz_free(void *p) { MZ_FREE(p); } in mz_free()
2418 #define TINFL_MEMSET(p, c, l) memset(p, c, l) argument
2674 mz_uint8 *p = r->m_tables[0].m_code_size; in tinfl_decompress() local
3330 mz_uint rev_code = 0, code, code_size; in tdefl_optimize_huffman_table() local
[all …]
/aosp_15_r20/system/security/keystore2/src/km_compat/
H A Dkm_compat.cpp303 auto p = convertKeyParameterToLegacy(kp); in convertKeyParametersToLegacy() local
502 auto code = std::get<KMV1::ErrorCode>(cert); in generateKey() local
561 auto code = std::get<KMV1::ErrorCode>(cert); in importKey() local
1047 for (const auto& p : keyParams) { in getParam() local
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/
Dpickletools.py1124 def __init__(self, name, code, arg, argument
2328 def optimize(p): argument

1...<<11121314151617181920>>...87