Home
last modified time | relevance | path

Searched refs:p_idx (Results 1 - 6 of 6) sorted by relevance

/third_party/astc-encoder/Utils/
H A Dastc_test_autoextract_hdr.cpp54 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 Dastc_test_autoextract.cpp54 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 Dimgui_internal.h277 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 Dimgui_internal.h625 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 Dieee802_11.c591 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 Dieee802_11.c789 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