Home
last modified time | relevance | path

Searched refs:rcomp (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/x86/include/asm/arch-braswell/
Dgpio.h156 odt_up_dn, odt_en, curr_src_str, rcomp, family_no, community_offset) { \ argument
171 .misc = ((rcomp == ENABLE) ? 1 : 0) , \
/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_format_float.c240 LLVMValueRef dst, rcomp, bcomp, gcomp; in lp_build_float_to_r11g11b10() local
250 rcomp = lp_build_float_to_smallfloat(gallivm, i32_type, src[0], 6, 5, 0, false); in lp_build_float_to_r11g11b10()
255 dst = lp_build_or(&i32_bld, rcomp, gcomp); in lp_build_float_to_r11g11b10()
/external/mesa3d/src/mesa/main/
Ddebug.c226 int comps, int rcomp, int gcomp, int bcomp, GLboolean invert) in write_ppm() argument
247 fputc(ptr[i+rcomp], f); /* write red */ in write_ppm()
/external/icu/icu4c/source/tools/tzcode/
Dzic.c891 rcomp(const void *cp1, const void *cp2) in rcomp() function
906 (void) qsort(rules, nrules, sizeof *rules, rcomp); in associate()