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

/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dlinemap.c281 yasm_bytecode **bcp, const char **sourcep)
284 *bcp = NULL;
289 *bcp = linemap->source_info[line-1].bc;
280 yasm_linemap_get_source(yasm_linemap *linemap, unsigned long line, yasm_bytecode **bcp, const char **sourcep) argument
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dpunyref.c82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag) argument
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dpunyref.c82 /* flagged(bcp) tests whether a basic code point is flagged */
83 /* (uppercase). The behavior is undefined if bcp is not a */
86 #define flagged(bcp) ((punycode_uint)(bcp) - 65 < 26)
88 /* encode_basic(bcp,flag) forces a basic code point to lowercase */
91 /* is caseless. The behavior is undefined if bcp is not a basic */
94 static char encode_basic(punycode_uint bcp, int flag) argument
96 bcp -= (bcp - 97 < 26) << 5;
97 return (char) bcp
[all...]
/external/pdfium/fpdfsdk/src/pdfwindow/
H A DPWL_ComboBox.cpp339 PWL_CREATEPARAM bcp = cp; local
340 bcp.pParentWnd = this;
341 bcp.dwFlags = PWS_VISIBLE | PWS_CHILD | PWS_BORDER | PWS_BACKGROUND;
342 bcp.sBackgroundColor = PWL_SCROLLBAR_BKCOLOR;
343 bcp.sBorderColor = PWL_DEFAULT_BLACKCOLOR;
344 bcp.dwBorderWidth = 2;
345 bcp.nBorderStyle = PBS_BEVELED;
346 bcp.eCursorType = FXCT_ARROW;
348 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-nodeps.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/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 483 milliseconds