Home
last modified time | relevance | path

Searched refs:codeNum (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_rbsp.h151 signed codeNum = vl_rbsp_ue(rbsp); in vl_rbsp_se() local
152 if (codeNum & 1) in vl_rbsp_se()
153 return (codeNum + 1) >> 1; in vl_rbsp_se()
155 return -(codeNum >> 1); in vl_rbsp_se()
/external/cldr/tools/java/org/unicode/cldr/icu/
DLDML2ICUBinaryWriter.java498 int codeNum = Integer.parseInt(hexString, 16); in stripRules() local
499 String temp = UTF16.valueOf(codeNum); in stripRules()