/third_party/protobuf/src/google/protobuf/ |
H A D | map_field.h | 494 const char* _InternalParse(const char* ptr, ParseContext* ctx) { in _InternalParse() argument 495 return impl_._InternalParse(ptr, ctx); in _InternalParse() 498 const char* ParseWithEnumValidation(const char* ptr, ParseContext* ctx, in ParseWithEnumValidation() argument 502 ptr, ctx, is_valid, field_num, metadata); in ParseWithEnumValidation()
|
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_state.c | 5931 crocus_emit_cmd(batch, GENX(3DSTATE_VIEWPORT_STATE_POINTERS_CC), ptr) { 5932 ptr.CCViewportPointer = cc_vp_address; 6028 crocus_emit_cmd(batch, GENX(3DSTATE_VIEWPORT_STATE_POINTERS_SF_CLIP), ptr) { 6029 ptr.SFClipViewportPointer = sf_cl_vp_address; 6192 crocus_emit_cmd(batch, GENX(3DSTATE_CC_STATE_POINTERS), ptr) { 6193 ptr.PointertoBLEND_STATE = blend_offset; 6194 ptr.BLEND_STATEChange = true; 6197 crocus_emit_cmd(batch, GENX(3DSTATE_BLEND_STATE_POINTERS), ptr) { 6198 ptr.BlendStatePointer = blend_offset; 6200 ptr [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cShaderStorageBufferObjectTests.cpp | 2712 ivec4* ptr = reinterpret_cast<ivec4*>(glMapBuffer(GL_SHADER_STORAGE_BUFFER, GL_WRITE_ONLY)); in Run() local 2713 if (!ptr) in Run() 2717 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2718 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2808 ivec4* ptr = reinterpret_cast<ivec4*>( in Run() local 2810 if (!ptr) in Run() 2814 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2815 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2908 int* ptr = reinterpret_cast<int*>(glMapBuffer(GL_SHADER_STORAGE_BUFFER, GL_WRITE_ONLY)); in Run() local 2909 if (!ptr) in Run() 3010 int* ptr = reinterpret_cast<int*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 8, GL_MAP_WRITE_BIT)); Run() local 6806 float* ptr = reinterpret_cast<float*>(glMapBuffer(GL_SHADER_STORAGE_BUFFER, GL_WRITE_ONLY)); Run() local [all...] |
H A D | gl4cES31CompatibilityShaderStorageBufferObjectTests.cpp | 2463 ivec4* ptr = reinterpret_cast<ivec4*>( in Run() local 2465 if (!ptr) in Run() 2469 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2470 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2563 ivec4* ptr = reinterpret_cast<ivec4*>( in Run() local 2565 if (!ptr) in Run() 2569 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2570 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2660 int* ptr = reinterpret_cast<int*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 8, GL_MAP_WRITE_BIT)); in Run() local 2661 if (!ptr) in Run() 2766 int* ptr = reinterpret_cast<int*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 8, GL_MAP_WRITE_BIT)); Run() local 6265 float* ptr = reinterpret_cast<float*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_WRITE_BIT)); Run() local [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderStorageBufferObjectTests.cpp | 2465 ivec4* ptr = reinterpret_cast<ivec4*>( in Run() local 2467 if (!ptr) in Run() 2471 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2472 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2573 ivec4* ptr = reinterpret_cast<ivec4*>( in Run() local 2575 if (!ptr) in Run() 2579 ptr[i * 2] = ivec4(0, 1, 2, 0); in Run() 2580 ptr[i * 2 + 1] = ivec4(0, 1, 2, 0); in Run() 2671 int* ptr = reinterpret_cast<int*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 8, GL_MAP_WRITE_BIT)); in Run() local 2672 if (!ptr) in Run() 2780 int* ptr = reinterpret_cast<int*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 8, GL_MAP_WRITE_BIT)); Run() local 6410 float* ptr = reinterpret_cast<float*>(glMapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, 32, GL_MAP_WRITE_BIT)); Run() local [all...] |
/base/msdp/device_status/test/unittest/intention/scheduler/src/ |
H A D | timer_manager_test.cpp | 203 ev.data.ptr = eventData; in AddEpoll() 207 ev.data.ptr = nullptr; in AddEpoll() 340 auto epollEvent = reinterpret_cast<device_status_epoll_event*>(ev[i].data.ptr); in OnThread()
|
/base/security/device_auth/services/session_manager/src/session/v1/compatible_auth_sub_session/ |
H A D | compatible_auth_sub_session_common.c | 237 TrustedGroupEntry **ptr = NULL; in FillAuthParams() local 238 FOR_EACH_HC_VECTOR(*vec, index, ptr) { in FillAuthParams() 239 const TrustedGroupEntry *groupInfo = (TrustedGroupEntry *)(*ptr); in FillAuthParams()
|
/base/security/device_auth/services/session_manager/src/session/ |
H A D | dev_session_fwk.c | 82 AuthSubSession **ptr; in DestroySession() local 83 FOR_EACH_HC_VECTOR(impl->authSubSessionList, index, ptr) { in DestroySession() 84 AuthSubSession *authSubSesion = *ptr; in DestroySession()
|
/foundation/ability/dmsfwk/services/dtbschedmgr/test/unittest/continue/ |
H A D | dsched_continue_manager_test.cpp | 414 std::shared_ptr<DSchedContinue> ptr = nullptr; in HWTEST_F() local 415 DSchedContinueManager::GetInstance().continues_[info] = ptr; in HWTEST_F() 419 DSchedContinueManager::GetInstance().continues_[info] = ptr; in HWTEST_F()
|
/foundation/graphic/graphic_3d/lume/LumeFont/src/ |
H A D | font_manager.cpp | 471 auto* ptr = static_cast<uint8_t*>(gpuResMan.MapBufferMemory(bufferHandle)); in UploadPending() local 472 if (!ptr) { in UploadPending() 475 auto buffer = array_view(ptr, totalSize); in UploadPending()
|
/foundation/graphic/graphic_3d/kits/js/src/ |
H A D | CameraJS.cpp | 65 auto ptr = cam->PostProcess()->GetValue(); in DisposeNative() 66 ReleaseObject(interface_pointer_cast<META_NS::IObject>(ptr)); in DisposeNative() 67 ptr.reset(); in DisposeNative()
|
/foundation/communication/dsoftbus/core/authentication/src/ |
H A D | auth_device.c | 80 uint64_t *ptr = (uint64_t *)LnnMapGet(&g_authLimitMap, udidHash); in GetNodeFromAuthLimitMap() local 81 if (ptr == NULL) { in GetNodeFromAuthLimitMap() 86 *time = *ptr; in GetNodeFromAuthLimitMap()
|
/foundation/communication/wifi/wifi/utils/src/ |
H A D | wifi_common_util.cpp | 174 char *ptr = nullptr; in MacStrToArray() local 175 char *p = strtok_s(tempArray, ":", &ptr); in MacStrToArray() 178 p = strtok_s(nullptr, ":", &ptr); in MacStrToArray()
|
/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/c_adapter/ |
H A D | cloud_extension.rs | 24 use std::ptr::null_mut; 261 let ptr = OhCloudExtCloudDatabase::new(db, SafetyCheckId::CloudDatabase).into_ptr(); 262 return ptr;
|
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/ |
H A D | kv_store_delegate_manager.cpp | 573 std::shared_ptr<DBProperties> ptr; in EnableKvStoreAutoLaunch() local 574 int errCode = AutoLaunch::GetAutoLaunchProperties(param, DBTypeInner::DB_KV, true, ptr); in EnableKvStoreAutoLaunch() 580 std::shared_ptr<KvDBProperties> kvPtr = std::static_pointer_cast<KvDBProperties>(ptr); in EnableKvStoreAutoLaunch()
|
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/ |
H A D | cmd_list.cpp | 136 const void* ptr = imageAllocator_.OffsetToAddr(imageHandle.offset, imageHandle.size); in GetImage() local 137 if (ptr == nullptr) { in GetImage() 143 imageData->BuildWithoutCopy(ptr, imageHandle.size); in GetImage()
|
/third_party/eudev/src/udev/ |
H A D | udev-event.c | 200 /* store dest string ptr and remaining len */ in udev_event_apply_format() 458 .data.ptr = &fd_stdout, in spawn_read() 462 .data.ptr = &fd_stderr, in spawn_read() 525 int *fd = (int *)ev[i].data.ptr; in spawn_read()
|
/third_party/ffmpeg/libavfilter/ |
H A D | f_graphmonitor.c | 317 void *ptr = av_fast_realloc(s->cache, &s->cache_size, s->cache_size * 2); in draw_items() local 319 if (!ptr) in draw_items() 321 s->cache = ptr; in draw_items()
|
/third_party/ffmpeg/libavutil/ |
H A D | imgutils.c | 146 uint8_t *ptr, const int linesizes[4]) in av_image_fill_pointers() 168 if (!ptr) in av_image_fill_pointers() 171 data[0] = ptr; in av_image_fill_pointers() 145 av_image_fill_pointers(uint8_t *data[4], enum AVPixelFormat pix_fmt, int height, uint8_t *ptr, const int linesizes[4]) av_image_fill_pointers() argument
|
/third_party/ffmpeg/tests/checkasm/ |
H A D | checkasm.c | 456 void *ptr = calloc(1, size); in checkasm_malloc() local 457 if (!ptr) { in checkasm_malloc() 462 return ptr; in checkasm_malloc()
|
/third_party/curl/lib/ |
H A D | curl_sasl.c | 125 * ptr [in] - The mechanism string. 131 unsigned short Curl_sasl_decode_mech(const char *ptr, size_t maxlen, in Curl_sasl_decode_mech() argument 139 !memcmp(ptr, mechtable[i].name, mechtable[i].len)) { in Curl_sasl_decode_mech() 146 c = ptr[mechtable[i].len]; in Curl_sasl_decode_mech()
|
/third_party/alsa-lib/src/control/ |
H A D | hcontrol.c | 907 * \param ptr Pointer to returned CTL element identifier 909 void snd_hctl_elem_get_id(const snd_hctl_elem_t *obj, snd_ctl_elem_id_t *ptr) in snd_hctl_elem_get_id() argument 911 assert(obj && ptr); in snd_hctl_elem_get_id() 912 *ptr = obj->id; in snd_hctl_elem_get_id()
|
H A D | setup.c | 425 const char *ptr; in add_elem() local 426 if ((err = snd_config_get_string(n, &ptr)) < 0) { in add_elem() 430 if ((err = snd_config_get_ctl_iface_ascii(ptr)) < 0) { in add_elem()
|
/third_party/alsa-lib/src/pcm/ |
H A D | pcm_dsnoop.c | 63 /* loop is required to sync hw.ptr with timestamp */ in snoop_timestamp() 65 ptr2 = *dsnoop->spcm->hw.ptr; in snoop_timestamp() 152 // printf("sync ptr diff = %li\n", diff); in snd_pcm_dsnoop_sync_ptr() 187 status->hw_ptr = *pcm->hw.ptr; /* boundary may be different */ in snd_pcm_dsnoop_status() 188 status->appl_ptr = *pcm->appl.ptr; /* slave PCM doesn't set appl_ptr */ in snd_pcm_dsnoop_status()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tufmtts.cpp | 202 MeasureUnit *ptr = TimeUnit::createInstance(j, status); in testAPI() local 204 // We have to convert *ptr to a MeasureUnit or else == will fail over in testAPI() 208 MeasureUnit(*ptr) == *ptrs[j]); in testAPI() 209 delete ptr; in testAPI()
|