Searched refs:p_idx (Results 1 - 6 of 6) sorted by relevance
/third_party/astc-encoder/Utils/ |
H A D | astc_test_autoextract_hdr.cpp | 54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument 56 return ((y_idx * x_pix) + x_idx) * chans + p_idx; in pix()
|
H A D | astc_test_autoextract.cpp | 54 int pix(int x_pix, int y_idx, int x_idx, int chans, int p_idx) in pix() argument 56 return ((y_idx * x_pix) + x_idx) * chans + p_idx; in pix()
|
/third_party/mesa3d/src/imgui/ |
H A D | imgui_internal.h | 277 T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx != -1) return &Data[*p_idx]; *p_idx = FreeIdx; return Add(); } in GetOrAddByKey() local
|
/third_party/skia/third_party/externals/imgui/ |
H A D | imgui_internal.h | 625 T* GetOrAddByKey(ImGuiID key) { int* p_idx = Map.GetIntRef(key, -1); if (*p_idx != -1) return &Buf[*p_idx]; *p_idx = FreeIdx; return Add(); }
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | ieee802_11.c | 591 u8 p_idx; in auth_build_token_req() local 615 p_idx = sae_token_hash(hapd, addr); in auth_build_token_req() 616 token_idx = hapd->sae_pending_token_idx[p_idx]; in auth_build_token_req() 620 hapd->sae_pending_token_idx[p_idx] = token_idx; in auth_build_token_req()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | ieee802_11.c | 789 u8 p_idx; in auth_build_token_req() local 821 if (comeback_token_hash(hapd, addr, &p_idx) < 0) { in auth_build_token_req() 826 token_idx = hapd->comeback_pending_idx[p_idx]; in auth_build_token_req() 830 hapd->comeback_pending_idx[p_idx] = token_idx; in auth_build_token_req()
|
Completed in 25 milliseconds