/third_party/python/Doc/includes/ |
H A D | run-func.c | 8 PyObject *pArgs, *pValue; in main() local 30 pValue = PyLong_FromLong(atoi(argv[i + 3])); in main() 31 if (!pValue) { in main() 37 /* pValue reference stolen here: */ 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/icu/icu4c/source/common/ |
H A D | ucptrie.cpp | 260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 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() 259 getRange(const void *t, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument 595 ucpmap_getRange(const UCPMap *map, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucpmap_getRange() argument [all...] |
H A D | ucptrie_impl.h | 130 UCPMapValueFilter *filter, const void *context, uint32_t *pValue); 136 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
|
H A D | ucnv_ct.cpp | 347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local 413 pValueLength = 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 pValueLength = ucnv_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()
|
H A D | umutablecptrie.cpp | 84 uint32_t *pValue) const; 297 uint32_t *pValue) const { in getRange() 302 if (pValue != nullptr) { in getRange() 305 *pValue = value; in getRange() 330 if (pValue != nullptr) { *pValue = value; } in getRange() 349 if (pValue != nullptr) { *pValue = value; } in getRange() 1805 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 1807 getRange(start, filter, context, pValue); in getRange() 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument [all...] |
/third_party/node/deps/icu-small/source/common/ |
H A D | ucptrie.cpp | 260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 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() 259 getRange(const void *t, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument 595 ucpmap_getRange(const UCPMap *map, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucpmap_getRange() argument [all...] |
H A D | ucptrie_impl.h | 130 UCPMapValueFilter *filter, const void *context, uint32_t *pValue); 136 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
|
H A D | ucnv_ct.cpp | 347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local 413 pValueLength = 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 pValueLength = ucnv_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()
|
H A D | umutablecptrie.cpp | 84 uint32_t *pValue) const; 297 uint32_t *pValue) const { in getRange() 302 if (pValue != nullptr) { in getRange() 305 *pValue = value; in getRange() 330 if (pValue != nullptr) { *pValue = value; } in getRange() 349 if (pValue != nullptr) { *pValue = value; } in getRange() 1805 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 1807 getRange(start, filter, context, pValue); in getRange() 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument [all...] |
/third_party/skia/third_party/externals/icu/source/common/ |
H A D | ucptrie.cpp | 260 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 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() 259 getRange(const void *t, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 415 ucptrie_internalGetRange(UCPTrieGetRange *getRange, const void *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_internalGetRange() argument 461 ucptrie_getRange(const UCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucptrie_getRange() argument 595 ucpmap_getRange(const UCPMap *map, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) ucpmap_getRange() argument [all...] |
H A D | ucptrie_impl.h | 134 UCPMapValueFilter *filter, const void *context, uint32_t *pValue); 140 UCPMapValueFilter *filter, const void *context, uint32_t *pValue);
|
H A D | ucnv_ct.cpp | 347 uint32_t pValue; in UConverter_fromUnicode_CompoundText_OFFSETS() local 413 pValueLength = 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 pValueLength = ucnv_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()
|
H A D | umutablecptrie.cpp | 84 uint32_t *pValue) const; 297 uint32_t *pValue) const { in getRange() 302 if (pValue != nullptr) { in getRange() 305 *pValue = value; in getRange() 330 if (pValue != nullptr) { *pValue = value; } in getRange() 349 if (pValue != nullptr) { *pValue = value; } in getRange() 1805 UCPMapValueFilter *filter, const void *context, uint32_t *pValue) { in getRange() 1807 getRange(start, filter, context, pValue); in getRange() 1804 getRange(const void *trie, UChar32 start, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) getRange() argument 1813 umutablecptrie_getRange(const UMutableCPTrie *trie, UChar32 start, UCPMapRangeOption option, uint32_t surrogateValue, UCPMapValueFilter *filter, const void *context, uint32_t *pValue) umutablecptrie_getRange() argument [all...] |
/third_party/mesa3d/src/virtio/venus-protocol/ |
H A D | vn_protocol_driver_semaphore.h | 425 static inline size_t vn_sizeof_vkGetSemaphoreCounterValue(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_sizeof_vkGetSemaphoreCounterValue() argument 433 cmd_size += vn_sizeof_simple_pointer(pValue); /* out */ in vn_sizeof_vkGetSemaphoreCounterValue() 438 static inline void vn_encode_vkGetSemaphoreCounterValue(struct vn_cs_encoder *enc, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_encode_vkGetSemaphoreCounterValue() argument 447 vn_encode_simple_pointer(enc, pValue); /* out */ in vn_encode_vkGetSemaphoreCounterValue() 450 static inline size_t vn_sizeof_vkGetSemaphoreCounterValue_reply(VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_sizeof_vkGetSemaphoreCounterValue_reply() argument 459 cmd_size += vn_sizeof_simple_pointer(pValue); in vn_sizeof_vkGetSemaphoreCounterValue_reply() 460 if (pValue) in vn_sizeof_vkGetSemaphoreCounterValue_reply() 461 cmd_size += vn_sizeof_uint64_t(pValue); in vn_sizeof_vkGetSemaphoreCounterValue_reply() 466 static inline VkResult vn_decode_vkGetSemaphoreCounterValue_reply(struct vn_cs_decoder *dec, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) in vn_decode_vkGetSemaphoreCounterValue_reply() argument 477 vn_decode_uint64_t(dec, pValue); in vn_decode_vkGetSemaphoreCounterValue_reply() 637 vn_submit_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkCommandFlagsEXT cmd_flags, VkDevice device, VkSemaphore semaphore, uint64_t* pValue, struct vn_instance_submit_command *submit) vn_submit_vkGetSemaphoreCounterValue() argument 741 vn_call_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_call_vkGetSemaphoreCounterValue() argument 757 vn_async_vkGetSemaphoreCounterValue(struct vn_instance *vn_instance, VkDevice device, VkSemaphore semaphore, uint64_t* pValue) vn_async_vkGetSemaphoreCounterValue() argument [all...] |
/third_party/icu/icu4c/source/tools/toolutil/ |
H A D | ucmstate.cpp | 208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() 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() 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument [all...] |
/third_party/node/deps/icu-small/source/tools/toolutil/ |
H A D | ucmstate.cpp | 208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() 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() 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument [all...] |
/third_party/skia/third_party/externals/icu/source/tools/toolutil/ |
H A D | ucmstate.cpp | 208 char *line, char **pKey, char **pValue) { in ucm_parseHeaderLine() 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() 207 ucm_parseHeaderLine(UCMFile *ucm, char *line, char **pKey, char **pValue) ucm_parseHeaderLine() argument [all...] |
/third_party/backends/backend/ |
H A D | dell1600n_net.c | 191 void *pValue, size_t valueLen); 1088 void *pValue, /* pointer to value */ in AppendMessageToPacket() 1113 return (AppendToComBuf (pBuf, (void *) pValue, valueLen)); in AppendMessageToPacket() 1195 unsigned char *pItem, *pEnd, *pValue; in ProcessFindResponse() local 1231 pValue = pItem; in ProcessFindResponse() 1240 (int) pValue[0], in ProcessFindResponse() 1241 (int) pValue[1], (int) pValue[2], (int) pValue[3]); in ProcessFindResponse() 1251 memcpy (printerModel, pValue, valueSiz in ProcessFindResponse() 1084 AppendMessageToPacket(struct ComBuf *pBuf, char messageType, char *messageName, char valueType, void *pValue, size_t valueLen ) AppendMessageToPacket() argument 1481 unsigned char *pItem, *pEnd, *pValue; ProcessTcpResponse() local [all...] |
H A D | plustek-usbshading.c | 1860 MonoWordDef *pValue; in usb_AdjustWhiteShading() local 2062 pValue = (MonoWordDef*)a_wWhiteShading; in usb_AdjustWhiteShading() 2070 for(dw=m_ScanParam.Size.dwPhyPixels; dw; dw--,pValue++,pdw++) { in usb_AdjustWhiteShading() 2075 pValue->Mono = 65535U; in usb_AdjustWhiteShading() 2077 pValue->Mono = (u_short)*pdw; in usb_AdjustWhiteShading() 2079 if (pValue->Mono > 16384U) in usb_AdjustWhiteShading() 2080 pValue->Mono = (u_short)(GAIN_Target * 16384U / pValue->Mono); in usb_AdjustWhiteShading() 2082 pValue->Mono = GAIN_Target; in usb_AdjustWhiteShading() 2087 _SWAP(pValue in usb_AdjustWhiteShading() [all...] |
H A D | plustek-pp_genericio.c | 1335 pUChar pValue; in IOPutOnAllRegisters() local 1359 pValue = (pUChar)&ps->AsicReg.RD_Dpi; in IOPutOnAllRegisters() 1363 bReg <= ps->RegThresholdHigh; bReg++, pValue++) { in IOPutOnAllRegisters() 1365 IODataToRegister( ps, bReg, *pValue); in IOPutOnAllRegisters() 1409 pValue = (pUChar)&ps->AsicReg.RD_Dpi; in IOPutOnAllRegisters() 1413 bReg <= ps->RegWidthPixelsHigh; bReg++, pValue++) { in IOPutOnAllRegisters() 1415 IODataToRegister( ps, bReg, *pValue ); in IOPutOnAllRegisters() 1417 DBG( DBG_LOW, "[0x%02x] = 0x%02x\n", bReg, *pValue ); in IOPutOnAllRegisters()
|
/third_party/mesa3d/src/amd/vulkan/layers/ |
H A D | radv_metro_exodus.c | 28 metro_exodus_GetSemaphoreCounterValue(VkDevice _device, VkSemaphore _semaphore, uint64_t *pValue) in metro_exodus_GetSemaphoreCounterValue() argument 36 return vk_common_GetSemaphoreCounterValue(_device, _semaphore, pValue); in metro_exodus_GetSemaphoreCounterValue()
|
/third_party/skia/third_party/externals/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 35 /// On success, the value is written to pValue. 40 /// @param[out] pValue where the resulting value is written 46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 75 *pValue = value; in spvTextParseMaskOperand() 242 uint32_t* pValue) const { in parseMaskOperand() 244 pValue); in parseMaskOperand() 43 spvTextParseMaskOperand(spv_target_env env, const spv_operand_table operandTable, const spv_operand_type_t type, const char* textValue, uint32_t* pValue) spvTextParseMaskOperand() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/ |
H A D | assembly_grammar.cpp | 35 /// On success, the value is written to pValue. 40 /// @param[out] pValue where the resulting value is written 46 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 75 *pValue = value; in spvTextParseMaskOperand() 242 uint32_t* pValue) const { in parseMaskOperand() 244 pValue); in parseMaskOperand() 43 spvTextParseMaskOperand(spv_target_env env, const spv_operand_table operandTable, const spv_operand_type_t type, const char* textValue, uint32_t* pValue) spvTextParseMaskOperand() argument
|
/third_party/spirv-tools/source/ |
H A D | assembly_grammar.cpp | 36 /// On success, the value is written to pValue. 41 /// @param[out] pValue where the resulting value is written 47 const char* textValue, uint32_t* pValue) { in spvTextParseMaskOperand() 76 *pValue = value; in spvTextParseMaskOperand() 247 uint32_t* pValue) const { in parseMaskOperand() 249 pValue); in parseMaskOperand() 44 spvTextParseMaskOperand(spv_target_env env, const spv_operand_table operandTable, const spv_operand_type_t type, const char* textValue, uint32_t* pValue) spvTextParseMaskOperand() argument
|
/third_party/mesa3d/src/intel/vulkan/ |
H A D | anv_perf.c | 174 VkPerformanceValueINTEL* pValue) in anv_GetPerformanceParameterINTEL() 184 pValue->type = VK_PERFORMANCE_VALUE_TYPE_BOOL_INTEL; in anv_GetPerformanceParameterINTEL() 185 pValue->data.valueBool = VK_TRUE; in anv_GetPerformanceParameterINTEL() 189 pValue->type = VK_PERFORMANCE_VALUE_TYPE_UINT32_INTEL; in anv_GetPerformanceParameterINTEL() 190 pValue->data.value32 = 25; in anv_GetPerformanceParameterINTEL() 171 anv_GetPerformanceParameterINTEL( VkDevice _device, VkPerformanceParameterTypeINTEL parameter, VkPerformanceValueINTEL* pValue) anv_GetPerformanceParameterINTEL() argument
|