HomeSort by relevance Sort by last modified time
    Searched full:codepos (Results 1 - 5 of 5) sorted by null

  /toolchain/binutils/binutils-2.25/bfd/
pef.c 730 size_t codepos = 0; local
773 codepos = 0;
785 codepos += 3;
786 codepos -= (codepos % 4);
788 while ((codepos + 4) <= codelen)
790 if ((bfd_getb32 (codebuf + codepos) & 0xffff0000) == 0x81820000)
792 codepos += 4;
795 if ((codepos + 4) > codelen)
798 ret = bfd_pef_parse_function_stub (abfd, codebuf + codepos, 24, &sym_index)
    [all...]
  /external/mesa3d/src/gallium/drivers/nouveau/codegen/
nv50_ir_target.cpp 470 case TYPE_CODE: value = info->codePos; break;
493 uint32_t codePos,
499 info->codePos = codePos;
nv50_ir_driver.h 204 uint32_t codePos,
nv50_ir_target.h 52 uint32_t codePos;
  /libcore/ojluni/src/main/java/java/net/
HttpURLConnection.java 715 int codePos = statusLine.indexOf(' ');
716 if (codePos > 0) {
718 int phrasePos = statusLine.indexOf(' ', codePos+1);
730 (statusLine.substring(codePos+1, phrasePos));
    [all...]

Completed in 598 milliseconds