Searched defs:is_odd (Results 1 - 9 of 9) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_common/ |
H A D | eap_pwd_common.c | 140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_common/ |
H A D | eap_pwd_common.c | 140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 734 nir_ssa_def *is_odd = nir_i2b(b, nir_iand(b, significand, nir_imm_int(b, 1))); in lower_2f() local
|
/third_party/rust/crates/rust-openssl/openssl/src/ |
H A D | bn.rs | 348 pub fn is_odd(&self) -> bool { in is_odd() functions
|
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DGpu.cpp | 1041 static bool is_odd(int x) { in is_odd() function
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
H A D | gfx10_shader_ngg.c | 1898 LLVMValueRef is_odd = ctx->ac.i1false; in gfx10_ngg_gs_emit_vertex() local 2263 LLVMValueRef is_odd = LLVMBuildLShr(builder, flags, ctx->ac.i8_1, ""); in gfx10_ngg_gs_build_end() local
|
/third_party/mesa3d/src/amd/common/ |
H A D | ac_nir_lower_ngg.c | 1862 nir_ssa_def *is_odd = nir_ubfe(b, primflag_0, nir_imm_int(b, 1), nir_imm_int(b, 1)); in ngg_gs_export_primitives() local
|
/third_party/mesa3d/src/amd/llvm/ |
H A D | ac_llvm_build.c | 4584 void ac_build_triangle_strip_indices_to_triangle(struct ac_llvm_context *ctx, LLVMValueRef is_odd, in ac_build_triangle_strip_indices_to_triangle() argument
|
/third_party/rust/crates/memchr/bench/data/code/ |
H A D | rust-library.rs | 9263 fn is_odd(n: &usize) -> bool { in is_odd() functions [all...] |
Completed in 69 milliseconds