Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 25 of 109) sorted by relevance

12345

/third_party/python/Doc/includes/
Drun-func.c8 PyObject *pArgs, *pValue; in main() local
30 pValue = PyLong_FromLong(atoi(argv[i + 3])); in main()
31 if (!pValue) { in main()
38 PyTuple_SetItem(pArgs, i, pValue); in main()
40 pValue = PyObject_CallObject(pFunc, pArgs); in main()
42 if (pValue != NULL) { in main()
43 printf("Result of call: %ld\n", PyLong_AsLong(pValue)); in main()
44 Py_DECREF(pValue); in main()
/third_party/flutter/skia/third_party/externals/icu/source/common/
Ducptrie.cpp260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() argument
267 if (pValue != nullptr) { in getRange()
271 *pValue = value; in getRange()
324 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
363 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
383 if (pValue != nullptr) { *pValue = value; } in getRange()
418 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in ucptrie_internalGetRange() argument
420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange()
423 if (pValue == nullptr) { in ucptrie_internalGetRange()
425 pValue = &value; in ucptrie_internalGetRange()
[all …]
Ducptrie_impl.h134 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
140 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
Ducnv_ct.cpp347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local
413 …gth = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
423 … tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
431 …MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
434 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
/third_party/icu/icu4c/source/common/
Ducptrie.cpp260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() argument
267 if (pValue != nullptr) { in getRange()
271 *pValue = value; in getRange()
324 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
363 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
383 if (pValue != nullptr) { *pValue = value; } in getRange()
418 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in ucptrie_internalGetRange() argument
420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange()
423 if (pValue == nullptr) { in ucptrie_internalGetRange()
425 pValue = &value; in ucptrie_internalGetRange()
[all …]
Ducptrie_impl.h134 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
140 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
Ducnv_ct.cpp347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local
413 …gth = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
423 … tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
431 …MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
434 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
/third_party/skia/third_party/externals/icu/source/common/
Ducptrie.cpp260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() argument
267 if (pValue != nullptr) { in getRange()
271 *pValue = value; in getRange()
324 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
363 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
383 if (pValue != nullptr) { *pValue = value; } in getRange()
418 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in ucptrie_internalGetRange() argument
420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange()
423 if (pValue == nullptr) { in ucptrie_internalGetRange()
425 pValue = &value; in ucptrie_internalGetRange()
[all …]
Ducptrie_impl.h134 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
140 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
Ducnv_ct.cpp347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local
413 …gth = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
423 … tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
431 …MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
434 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
/third_party/node/deps/icu-small/source/common/
Ducptrie.cpp260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() argument
267 if (pValue != nullptr) { in getRange()
271 *pValue = value; in getRange()
324 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
363 if (pValue != nullptr) { *pValue = nullValue; } in getRange()
383 if (pValue != nullptr) { *pValue = value; } in getRange()
418 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in ucptrie_internalGetRange() argument
420 return getRange(trie, start, filter, context, pValue); in ucptrie_internalGetRange()
423 if (pValue == nullptr) { in ucptrie_internalGetRange()
425 pValue = &value; in ucptrie_internalGetRange()
[all …]
Ducptrie_impl.h134 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
140 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
Ducnv_ct.cpp347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local
413 …gth = ucnv_MBCSFromUChar32(myConverterData->myConverterArray[i], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
423 … tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
431 …MBCSFromUChar32(myConverterData->myConverterArray[currentState], sourceChar, &pValue, useFallback); in UConverter_fromUnicode_CompoundText_OFFSETS()
434 tmpTargetBuffer[tmpTargetBufferLength++] = (uint8_t)(pValue >> (n * 8)); in UConverter_fromUnicode_CompoundText_OFFSETS()
/third_party/mesa3d/src/virtio/venus-protocol/
Dvn_protocol_driver_semaphore.h453 …ze_t vn_sizeof_vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_sizeof_vkGetSemaphoreCounterValue() argument
461 cmd_size += vn_sizeof_simple_pointer(pValue); /* out */ in vn_sizeof_vkGetSemaphoreCounterValue()
466 …ncoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_encode_vkGetSemaphoreCounterValue() argument
475 vn_encode_simple_pointer(enc, pValue); /* out */ in vn_encode_vkGetSemaphoreCounterValue()
478 …n_sizeof_vkGetSemaphoreCounterValue_reply(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_sizeof_vkGetSemaphoreCounterValue_reply() argument
487 cmd_size += vn_sizeof_simple_pointer(pValue); in vn_sizeof_vkGetSemaphoreCounterValue_reply()
488 if (pValue) in vn_sizeof_vkGetSemaphoreCounterValue_reply()
489 cmd_size += vn_sizeof_uint64_t(pValue); in vn_sizeof_vkGetSemaphoreCounterValue_reply()
494 …terValue_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_decode_vkGetSemaphoreCounterValue_reply() argument
505 vn_decode_uint64_t(dec, pValue); in vn_decode_vkGetSemaphoreCounterValue_reply()
[all …]
/third_party/icu/icu4c/source/tools/toolutil/
Ducmstate.cpp208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument
255 *pValue=s; in ucm_parseHeaderLine()
258 *pValue=s+1; in ucm_parseHeaderLine()
259 if(end>*pValue && *(end-1)=='"') { in ucm_parseHeaderLine()
266 if(uprv_strcmp(*pValue, "DBCS")==0) { in ucm_parseHeaderLine()
268 } else if(uprv_strcmp(*pValue, "SBCS")==0) { in ucm_parseHeaderLine()
270 } else if(uprv_strcmp(*pValue, "MBCS")==0) { in ucm_parseHeaderLine()
272 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) { in ucm_parseHeaderLine()
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); in ucm_parseHeaderLine()
280 c=**pValue; in ucm_parseHeaderLine()
[all …]
/third_party/node/deps/icu-small/source/tools/toolutil/
Ducmstate.cpp208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument
255 *pValue=s; in ucm_parseHeaderLine()
258 *pValue=s+1; in ucm_parseHeaderLine()
259 if(end>*pValue && *(end-1)=='"') { in ucm_parseHeaderLine()
266 if(uprv_strcmp(*pValue, "DBCS")==0) { in ucm_parseHeaderLine()
268 } else if(uprv_strcmp(*pValue, "SBCS")==0) { in ucm_parseHeaderLine()
270 } else if(uprv_strcmp(*pValue, "MBCS")==0) { in ucm_parseHeaderLine()
272 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) { in ucm_parseHeaderLine()
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); in ucm_parseHeaderLine()
280 c=**pValue; in ucm_parseHeaderLine()
[all …]
/third_party/flutter/skia/third_party/externals/icu/source/tools/toolutil/
Ducmstate.cpp208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument
255 *pValue=s; in ucm_parseHeaderLine()
258 *pValue=s+1; in ucm_parseHeaderLine()
259 if(end>*pValue && *(end-1)=='"') { in ucm_parseHeaderLine()
266 if(uprv_strcmp(*pValue, "DBCS")==0) { in ucm_parseHeaderLine()
268 } else if(uprv_strcmp(*pValue, "SBCS")==0) { in ucm_parseHeaderLine()
270 } else if(uprv_strcmp(*pValue, "MBCS")==0) { in ucm_parseHeaderLine()
272 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) { in ucm_parseHeaderLine()
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); in ucm_parseHeaderLine()
280 c=**pValue; in ucm_parseHeaderLine()
[all …]
/third_party/skia/third_party/externals/icu/source/tools/toolutil/
Ducmstate.cpp208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() argument
255 *pValue=s; in ucm_parseHeaderLine()
258 *pValue=s+1; in ucm_parseHeaderLine()
259 if(end>*pValue && *(end-1)=='"') { in ucm_parseHeaderLine()
266 if(uprv_strcmp(*pValue, "DBCS")==0) { in ucm_parseHeaderLine()
268 } else if(uprv_strcmp(*pValue, "SBCS")==0) { in ucm_parseHeaderLine()
270 } else if(uprv_strcmp(*pValue, "MBCS")==0) { in ucm_parseHeaderLine()
272 } else if(uprv_strcmp(*pValue, "EBCDIC_STATEFUL")==0) { in ucm_parseHeaderLine()
275 fprintf(stderr, "ucm error: unknown <uconv_class> %s\n", *pValue); in ucm_parseHeaderLine()
280 c=**pValue; in ucm_parseHeaderLine()
[all …]
/third_party/mesa3d/src/amd/vulkan/layers/
Dradv_metro_exodus.c27 metro_exodus_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue) in metro_exodus_GetSemaphoreCounterValue() argument
37 return radv_GetSemaphoreCounterValue(_device, _semaphore, pValue); in metro_exodus_GetSemaphoreCounterValue()
/third_party/flutter/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp44 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument
73 *pValue = value; in spvTextParseMaskOperand()
222 uint32_t* pValue) const { in parseMaskOperand()
223 return spvTextParseMaskOperand(operandTable_, type, textValue, pValue); in parseMaskOperand()
/third_party/skia/third_party/externals/spirv-tools/source/
Dassembly_grammar.cpp46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument
75 *pValue = value; in spvTextParseMaskOperand()
242 uint32_t* pValue) const { in parseMaskOperand()
244 pValue); in parseMaskOperand()
/third_party/spirv-tools/source/
Dassembly_grammar.cpp46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument
75 *pValue = value; in spvTextParseMaskOperand()
242 uint32_t* pValue) const { in parseMaskOperand()
244 pValue); in parseMaskOperand()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/
Dassembly_grammar.cpp46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() argument
75 *pValue = value; in spvTextParseMaskOperand()
242 uint32_t* pValue) const { in parseMaskOperand()
244 pValue); in parseMaskOperand()
/third_party/mesa3d/src/intel/vulkan/
Danv_perf.c177 VkPerformanceValueINTEL* pValue) in anv_GetPerformanceParameterINTEL() argument
187 pValue->type = VK_PERFORMANCE_VALUE_TYPE_BOOL_INTEL; in anv_GetPerformanceParameterINTEL()
188 pValue->data.valueBool = VK_TRUE; in anv_GetPerformanceParameterINTEL()
192 pValue->type = VK_PERFORMANCE_VALUE_TYPE_UINT32_INTEL; in anv_GetPerformanceParameterINTEL()
193 pValue->data.value32 = 25; in anv_GetPerformanceParameterINTEL()
/third_party/openh264/codec/encoder/core/inc/
Dget_intra_predictor.h88 void WelsFillingPred8to16_mmx (uint8_t* pPred, uint8_t* pValue);
89 void WelsFillingPred8x2to16_mmx (uint8_t* pPred, uint8_t* pValue);
91 void WelsFillingPred8x2to16_sse2 (uint8_t* pPred, uint8_t* pValue);

12345