Searched refs:field_width (Results 1 - 2 of 2) sorted by relevance

/external/valgrind/main/callgrind/
H A Dsim.c1450 /* Adds commas to ULong, right justifying in a field field_width wide, returns
1453 Int commify(ULong n, int field_width, char* buf) argument
1461 space = field_width - new_len;
1463 /* Allow for printing a number in a field_width smaller than it's size */
1483 void percentify(Int n, Int ex, Int field_width, char buf[]) argument
1489 space = field_width - len;
1490 if (space < 0) space = 0; /* Allow for v. small field_width */
/external/v8/src/mips/
H A Dmacro-assembler-mips.cc1379 const int field_width = shift_distance;
1380 Ext(scratch2, scratch2, 32-shift_distance, field_width);
1381 Ins(scratch, scratch2, 0, field_width);

Completed in 96 milliseconds