HomeSort by relevance Sort by last modified time
    Searched defs:tbx (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/MC/AArch64/
arm64-diags.s 274 tbx v3.16b, { v12.8b, v13.8b, v14.8b }, v6.8b label
275 tbx v2.8b, { v0 }, v6.8b label
283 ; CHECK-ERRORS: tbx v3.16b, { v12.8b, v13.8b, v14.8b }, v6.8b
286 ; CHECK-ERRORS: tbx v2.8b, { v0 }, v6.8b
  /external/chromium_org/third_party/icu/source/common/
cstring.c 158 int32_t tbx = sizeof(tbuf); local
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
196 int32_t tbx = sizeof(tbuf); local
209 tbx = sizeof(tbuf)-1;
210 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
213 tbuf[--tbx] = (char)(T_CString_itosOffset(digit))
    [all...]
  /external/icu/icu4c/source/common/
cstring.c 158 int32_t tbx = sizeof(tbuf); local
171 tbx = sizeof(tbuf)-1;
172 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
175 tbuf[--tbx] = (char)(T_CString_itosOffset(digit));
180 uprv_strcpy(buffer+length, tbuf+tbx);
181 length += sizeof(tbuf) - tbx -1;
196 int32_t tbx = sizeof(tbuf); local
209 tbx = sizeof(tbuf)-1;
210 tbuf[tbx] = 0; /* We are generating the digits backwards. Null term the end. */
213 tbuf[--tbx] = (char)(T_CString_itosOffset(digit))
    [all...]

Completed in 128 milliseconds