Searched defs:bcp (Results 1 - 11 of 11) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dcfi-cast.cpp114 void bcp(B *p) { function
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dbrw_cs.c230 struct brw_program *bcp = brw_program(prog); local
233 key.program_string_id = bcp->id;
240 bool success = brw_codegen_cs_prog(brw, bcp, &key);
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/stringprep/
H A DPunycodeReference.java93 /* flagged(bcp) tests whether a basic code point is flagged */
94 /* (uppercase). The behavior is undefined if bcp is not a */
97 private static boolean flagged(int bcp){ argument
98 return ((bcp) - 65 < 26);
101 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
104 /* is caseless. The behavior is undefined if bcp is not a basic */
107 private static char encode_basic(int bcp, int flag) argument
109 bcp -= (((bcp - 97) < 26) ? 1 :0 ) << 5;
110 boolean mybcp = (bcp
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c84 /* flagged(bcp) tests whether a basic code point is flagged */
85 /* (uppercase). The behavior is undefined if bcp is not a */
88 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
90 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
93 /* is caseless. The behavior is undefined if bcp is not a basic */
96 static char encode_basic(punycode_uint bcp, int flag) argument
98 bcp -= (bcp - 97 < 26) << 5;
99 return (char) bcp
[all...]
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/stringprep/
H A DPunycodeReference.java92 /* flagged(bcp) tests whether a basic code point is flagged */
93 /* (uppercase). The behavior is undefined if bcp is not a */
96 private static boolean flagged(int bcp){ argument
97 return ((bcp) - 65 < 26);
100 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
103 /* is caseless. The behavior is undefined if bcp is not a basic */
106 private static char encode_basic(int bcp, int flag) argument
108 bcp -= (((bcp - 97) < 26) ? 1 :0 ) << 5;
109 boolean mybcp = (bcp
[all...]
/external/pdfium/xfa/fde/
H A Dcfde_path.cpp57 FX_FLOAT bcp = 4.0f / 3 * (1 - FXSYS_cos(half_delta)) / FXSYS_sin(half_delta); local
65 BezierTo(CFX_PointF(cx + rx * (cos_alpha - bcp * sin_alpha),
66 cy + ry * (sin_alpha + bcp * cos_alpha)),
67 CFX_PointF(cx + rx * (cos_beta + bcp * sin_beta),
68 cy + ry * (sin_beta - bcp * cos_beta)),
/external/pdfium/fpdfsdk/pdfwindow/
H A DPWL_ComboBox.cpp292 PWL_CREATEPARAM bcp = cp; local
293 bcp.pParentWnd = this;
294 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND;
295 bcp.sBackgroundColor = PWL_SCROLLBAR_BKCOLOR;
296 bcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
297 bcp.dwBorderWidth = 2;
298 bcp.nBorderStyle = BorderStyle::BEVELED;
299 bcp.eCursorType = FXCT_ARROW;
301 m_pButton->Create(bcp);
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/guice/lib/build/
H A Dbnd-0.0.384.jarMETA-INF/MANIFEST.MF LICENSE OSGI-OPT/ OSGI-OPT/bnd.bnd OSGI-OPT/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 883 milliseconds