Home
last modified time | relevance | path

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 Deap_pwd_common.c140 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 Deap_pwd_common.c140 u8 found_ctr = 0, is_odd = 0; in compute_password_element() local
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c734 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 Dbn.rs348 pub fn is_odd(&self) -> bool { in is_odd() functions
/third_party/skia/src/gpu/d3d/
H A DGrD3DGpu.cpp1041 static bool is_odd(int x) { in is_odd() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dgfx10_shader_ngg.c1898 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 Dac_nir_lower_ngg.c1862 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 Dac_llvm_build.c4584 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 Drust-library.rs9263 fn is_odd(n: &usize) -> bool { in is_odd() functions
[all...]

Completed in 69 milliseconds