HomeSort by: relevance | last modified time | path
    Searched refs:portion (Results 1 - 25 of 33) sorted by relevancy

1 2

  /src/external/gpl3/gdb/dist/gdb/
sh-tdep.c 1618 int portion; local
1620 for (portion = 0; portion < portions; portion++)
1625 b = buffer + register_size (gdbarch, base_regnum) * portion;
1626 status = regcache->raw_read (base_regnum + portion, b);
1678 int base_regnum, portion; local
1703 for (portion = 0; portion < 2; portion++
    [all...]
bcache.c 247 print_percentage (int portion, int total)
253 gdb_printf ("%3d%%\n", (int) (portion * 100.0 / total));
  /src/external/gpl3/gdb.old/dist/gdb/
sh-tdep.c 1618 int portion; local
1620 for (portion = 0; portion < portions; portion++)
1625 b = buffer + register_size (gdbarch, base_regnum) * portion;
1626 status = regcache->raw_read (base_regnum + portion, b);
1678 int base_regnum, portion; local
1703 for (portion = 0; portion < 2; portion++
    [all...]
bcache.c 247 print_percentage (int portion, int total)
253 gdb_printf ("%3d%%\n", (int) (portion * 100.0 / total));
  /src/external/gpl2/gettext/dist/gettext-tools/src/
write-po.c 456 char *portion; local
468 /* Expand escape sequences in each portion. */
539 portion = (char *) xmalloc (portion_len);
542 for (ep = s, pp = portion, op = overrides; ep < es; ep++)
703 /* Do line breaking on the portion. */
704 mbs_width_linebreaks (portion, portion_len, width, startcol, 0,
753 /* Print the portion itself, with linebreaks where necessary. */
767 putc (portion[i], fp);
773 free (portion);
  /src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
Process.inc 174 // directory portion of the file path. For example, it doesn't handle
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/oracle/
testdb_metadata.sql 24 -- sel_expr the expression that is used to select this attribute (the "select <sel_expr> from ..." portion)
25 -- from_tbls the expression that defines the table(s) this attribute is taken from (the "select ... from <from_tbls> where ..." portion)
26 -- join_where the expression that defines the condition to select this attribute (the "select ... where <join_where> ..." portion)
  /src/external/bsd/openldap/dist/servers/slapd/back-sql/rdbms_depend/pgsql/
testdb_metadata.sql 23 -- sel_expr the expression that is used to select this attribute (the "select <sel_expr> from ..." portion)
24 -- from_tbls the expression that defines the table(s) this attribute is taken from (the "select ... from <from_tbls> where ..." portion)
25 -- join_where the expression that defines the condition to select this attribute (the "select ... where <join_where> ..." portion)
  /src/external/gpl3/gcc.old/dist/contrib/
compareSumTests3 56 the "compile_execute" replaces the compile or execute portion of the test name,
  /src/external/gpl3/gcc/dist/contrib/
compareSumTests3 56 the "compile_execute" replaces the compile or execute portion of the test name,
  /src/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
README 13 The character information portion of the package consists of three parts:
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx64/
inffasx64.asm 4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx64/
inffasx64.asm 4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx64/
inffasx64.asm 4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
gvmat64.asm 5 ; gvmat64.asm -- Asm portion of the optimized longest_match for 32 bits x86_64
  /src/external/gpl3/gdb.old/dist/zlib/contrib/masmx64/
inffasx64.asm 4 ; inffasx64.asm is automatically convert from AMD64 portion of inffas86.c
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/regex/
package.d 188 saving matched portion of text for later retrieval. )
191 $(U not) saving matched portion of text. Useful to speed up matching. )
195 When referring to a matched portion of text,
586 ///Slice of matched portion of input.
  /src/sys/arch/m68k/060sp/dist/
ilsp.s 568 # add lo portions of [2],[3] to hi portion of [1].
694 # add lo portions of [2],[3] to hi portion of [1].
  /src/external/gpl2/xcvs/dist/contrib/
cvs_acls.in 170 Skip the rest of processing if a mismatch on portion of the 'cvsacl' line
857 # The directory pattern only has to match the beginning portion of the commit
  /src/external/gpl3/binutils/dist/zlib/contrib/masmx86/
match686.asm 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
  /src/external/gpl3/binutils.old/dist/zlib/contrib/masmx86/
match686.asm 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86
  /src/external/gpl3/gcc.old/dist/libphobos/src/std/algorithm/
searching.d 310 This helper function checks whether the last "portion" bytes of
318 size_t portion, size_t offset)
321 ptrdiff_t virtual_begin = needle.length - offset - portion;
329 && needle[virtual_begin - 1] == needle[$ - portion - 1])
332 immutable delta = portion - ignore;
2860 is the portion of `haystack` before `needle`, `result[1]` is the portion of
2861 `haystack` that matches `needle`, and `result[2]` is the portion of `haystack`
2866 the portion of `haystack` before `needle`, and `result[1]` is the balance of
2871 `result[0]` is the portion of `haystack` up to and including th
    [all...]
  /src/external/gpl3/gdb/dist/zlib/contrib/masmx86/
match686.asm 1 ; match686.asm -- Asm portion of the optimized longest_match for 32 bits x86

Completed in 49 milliseconds

1 2