HomeSort by relevance Sort by last modified time
    Searched defs:rm (Results 26 - 50 of 199) sorted by null

12 3 4 5 6 7 8

  /external/pdfium/xfa/src/fdp/src/fde/
fde_render.cpp 108 CFX_Matrix rm; local
109 rm.SetReverse(m_Transform);
116 rm.TransformRect(rtDocClip);
  /external/toybox/toys/other/
lsattr.c 185 unsigned long add, rm, set, version; member in struct:_chattr
231 } else chattr.rm |= get_flag_val(*ptr);
282 fval &= ~(chattr.rm);
306 if (chattr.set && (chattr.add || chattr.rm))
308 if (chattr.rm & chattr.add) error_exit("set/unset same flag");
309 if (!(chattr.add || chattr.rm || chattr.set || chattr.vflag))
  /external/toybox/toys/pending/
expr.c 87 regmatch_t rm[2]; local
90 if (!regexec(&rp, lhs->s, 2, rm, 0) && rm[0].rm_so == 0) {
91 if (rp.re_nsub > 0 && rm[1].rm_so >= 0)
92 lhs->s = xmprintf("%.*s", rm[1].rm_eo - rm[1].rm_so, lhs->s+rm[1].rm_so);
94 lhs->i = rm[0].rm_eo;
  /external/valgrind/coregrind/
m_rangemap.c 59 static void preen (/*MOD*/RangeMap* rm);
60 static Word find ( const RangeMap* rm, UWord key );
61 static void split_at ( /*MOD*/RangeMap* rm, UWord key );
62 static void show ( const RangeMap* rm );
73 RangeMap* rm = alloc_fn(cc, sizeof(RangeMap)); local
74 rm->alloc_fn = alloc_fn;
75 rm->cc = cc;
76 rm->free_fn = free_fn;
77 rm->ranges = VG_(newXA)( alloc_fn, cc, free_fn, sizeof(Range) );
83 Word i = VG_(addToXA)(rm->ranges, &r)
    [all...]
  /external/valgrind/none/tests/mips32/
round_fpu64.c 112 round_mode_t rm; local
113 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
114 printf("roundig mode: %s\n", round_mode_name[rm]);
116 set_rounding_mode(rm);
FPUarithmetic.c 130 round_mode_t rm; local
131 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
132 set_rounding_mode(rm);
133 printf("rounding mode: %s\n", round_mode_name[rm]);
round.c 156 round_mode_t rm = TO_NEAREST; local
158 set_rounding_mode(rm);
215 round_mode_t rm; local
216 for (rm = TO_NEAREST; rm <= TO_MINUS_INFINITY; rm ++) {
217 set_rounding_mode(rm);
218 printf("roundig mode: %s\n", round_mode_name[rm]);
220 set_rounding_mode(rm);
  /external/vogar/src/vogar/android/
AdbTarget.java 148 @Override public void rm(File file) { method in class:AdbTarget
149 new Command.Builder(log).args("adb", "shell", "rm", "-r", file.getPath())
  /external/google-breakpad/src/third_party/libdisasm/
ia32_invariant.c 53 unsigned int rm : 3; member in struct:modRM_byte
72 modrm->rm = b & 7; /* bottom 3 bits */
94 if ( ! mode_16 && modrm.rm == MODRM_RM_SIB &&
112 if (! modrm.mod && modrm.rm == 101) {
  /external/libdivsufsort/lib/
sssort.c 670 saidx_t *l, *r, *lm, *rm; local
705 lm = middle - m, rm = middle + m;
708 if(rm < last) {
709 if(*rm < 0) {
710 *rm = ~*rm;
720 STACK_PUSH(r, rm, last, (next & 3) | (check & 4));
725 first = r, middle = rm, check = (next & 3) | (check & 4);
  /external/ltrace/sysdeps/linux-gnu/arm/
trace.c 559 const enum arm_register rm = BITS(inst2, 0, 3); local
561 if (arm_get_register(proc, rm, &v) < 0)
  /external/mesa3d/src/mesa/math/
m_debug_clip.c 234 GLubyte rm[TEST_COUNT], rco, rca; local
279 ref_cliptest[psize]( source, ref, rm, &rco, &rca, viewport_z_clip );
301 if ( dm[i] != rm[i] ) {
311 printf( "mask[%d] = 0x%02x ref mask[%d] = 0x%02x\n", i, dm[i], i,rm[i] );
328 printf( "(i = %i, j = %i) dm = 0x%02x rm = 0x%02x\n",
329 i, j, dm[i], rm[i] );
  /external/vogar/src/vogar/
OutcomeStore.java 34 import vogar.commands.Rm;
51 private final Rm rm; field in class:OutcomeStore
57 public OutcomeStore(Log log, Mkdir mkdir, Rm rm, File resultsDir, boolean recordResults,
61 this.rm = rm;
173 rm.file(outcomeFiles[i]);
Run.java 39 import vogar.commands.Rm;
73 public final Rm rm; field in class:Run
118 Rm rm, Target target, File runnerDir)
140 this.rm = rm;
195 this.outcomeStore = new OutcomeStore(log, mkdir, rm, resultsDir, recordResults,
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/dataconnection/
RetryManagerTest.java 153 RetryManager rm = new RetryManager(mPhone, "default"); local
155 long delay = rm.getDelayForNextApn(false);
158 ApnSetting nextApn = rm.getNextApnSetting();
160 delay = rm.getDelayForNextApn(false);
178 RetryManager rm = new RetryManager(mPhone, "default"); local
179 rm.setWaitingApns(waitingApns);
181 ApnSetting nextApn = rm.getNextApnSetting();
183 long delay = rm.getDelayForNextApn(false);
200 RetryManager rm = new RetryManager(mPhone, "supl"); local
201 rm.setWaitingApns(waitingApns)
255 RetryManager rm = new RetryManager(mPhone, "default"); local
293 RetryManager rm = new RetryManager(mPhone, "dun"); local
341 RetryManager rm = new RetryManager(mPhone, "mms"); local
389 RetryManager rm = new RetryManager(mPhone, "fota"); local
424 RetryManager rm = new RetryManager(mPhone, "xyz"); local
483 RetryManager rm = new RetryManager(mPhone, "ims"); local
540 RetryManager rm = new RetryManager(mPhone, "default"); local
592 RetryManager rm = new RetryManager(mPhone, "default"); local
630 RetryManager rm = new RetryManager(mPhone, "default"); local
688 RetryManager rm = new RetryManager(mPhone, "hipri"); local
758 RetryManager rm = new RetryManager(mPhone, "default"); local
808 RetryManager rm = new RetryManager(mPhone, "dun"); local
889 RetryManager rm = new RetryManager(mPhone, "mms"); local
945 RetryManager rm = new RetryManager(mPhone, "default"); local
988 RetryManager rm = new RetryManager(mPhone, "default"); local
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx_mem/memory_manager/include/
cavl_impl.h 531 AVL_HANDLE rm; variable
560 rm = h;
603 if (parent == rm)
626 path = parent == rm ? h : parent;
628 if (h != rm) {
630 AVL_SET_LESS(h, AVL_GET_LESS(rm, 0))
631 AVL_SET_GREATER(h, AVL_GET_GREATER(rm, 0))
632 AVL_SET_BALANCE_FACTOR(h, AVL_GET_BALANCE_FACTOR(rm))
714 return(rm);
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
BigDecimalCompareTest.java 63 RoundingMode rm = RoundingMode.HALF_DOWN; local
64 MathContext mc = new MathContext(precision, rm);
79 RoundingMode rm = RoundingMode.HALF_EVEN; local
80 MathContext mc = new MathContext(precision, rm);
374 RoundingMode rm = RoundingMode.FLOOR; local
375 MathContext mc = new MathContext(precision, rm);
404 RoundingMode rm = RoundingMode.CEILING; local
405 MathContext mc = new MathContext(precision, rm);
434 RoundingMode rm = RoundingMode.FLOOR; local
435 MathContext mc = new MathContext(precision, rm);
464 RoundingMode rm = RoundingMode.CEILING; local
    [all...]
BigDecimalConstructorsTest.java 102 RoundingMode rm = RoundingMode.CEILING; local
103 MathContext mc = new MathContext(precision, rm);
119 RoundingMode rm = RoundingMode.CEILING; local
120 MathContext mc = new MathContext(precision, rm);
176 RoundingMode rm = RoundingMode.CEILING; local
177 MathContext mc = new MathContext(precision, rm);
200 RoundingMode rm = RoundingMode.CEILING; local
201 MathContext mc = new MathContext(precision, rm);
217 RoundingMode rm = RoundingMode.CEILING; local
218 MathContext mc = new MathContext(precision, rm);
292 RoundingMode rm = RoundingMode.CEILING; local
355 RoundingMode rm = RoundingMode.CEILING; local
382 RoundingMode rm = RoundingMode.CEILING; local
676 RoundingMode rm = RoundingMode.CEILING; local
    [all...]
  /libcore/luni/src/test/java/libcore/java/math/
OldBigDecimalArithmeticTest.java 543 RoundingMode rm = RoundingMode.UP; local
547 BigDecimal result = aNumber.divide(bNumber, rm);
558 RoundingMode rm = RoundingMode.DOWN; local
562 BigDecimal result = aNumber.divide(bNumber, rm);
573 RoundingMode rm = RoundingMode.CEILING; local
577 BigDecimal result = aNumber.divide(bNumber, rm);
588 RoundingMode rm = RoundingMode.FLOOR; local
592 BigDecimal result = aNumber.divide(bNumber, rm);
603 RoundingMode rm = RoundingMode.HALF_UP; local
607 BigDecimal result = aNumber.divide(bNumber, rm);
621 RoundingMode rm = RoundingMode.HALF_DOWN; local
637 RoundingMode rm = RoundingMode.HALF_EVEN; local
652 RoundingMode rm = RoundingMode.UNNECESSARY; local
    [all...]
OldBigDecimalConstructorsTest.java 38 RoundingMode rm = RoundingMode.CEILING; local
39 MathContext mc = new MathContext(precision, rm);
119 RoundingMode rm = RoundingMode.CEILING; local
120 MathContext mc = new MathContext(precision, rm);
282 RoundingMode rm = RoundingMode.CEILING; local
283 MathContext mc = new MathContext(precision, rm);
375 RoundingMode rm = RoundingMode.CEILING; local
376 MathContext mc = new MathContext(precision, rm);
435 RoundingMode rm = RoundingMode.CEILING; local
436 MathContext mc = new MathContext(precision, rm);
573 RoundingMode rm = RoundingMode.CEILING; local
662 RoundingMode rm = RoundingMode.CEILING; local
    [all...]
  /toolchain/binutils/binutils-2.25/opcodes/
sh-dis.c 37 int rm,
71 fprintf_fn (stream, "a%c", '0' + rm);
74 fprintf_fn (stream, "x%c", '0' + rm);
77 fprintf_fn (stream, "y%c", '0' + rm);
81 (rm & 1) ? 'x' : 'a',
82 (rm & 2) ? '1' : '0');
86 (rm & 1) ? 'y' : 'x',
87 (rm & 2) ? '1' : '0');
91 (rm & 2) ? 'y' : 'a',
92 (rm & 1) ? '1' : '0')
502 int rm = 0; local
    [all...]
  /art/compiler/utils/x86/
assembler_x86.h 57 Register rm() const { function in class:art::x86::Operand
798 inline void EmitRegisterOperand(int rm, int reg);
799 inline void EmitXmmRegisterOperand(int rm, XmmRegister reg);
803 void EmitOperand(int rm, const Operand& operand);
805 void EmitComplex(int rm, const Operand& operand, const Immediate& immediate);
810 void EmitGenericShift(int rm, const Operand& operand, const Immediate& imm);
811 void EmitGenericShift(int rm, const Operand& operand, Register shifter);
826 inline void X86Assembler::EmitRegisterOperand(int rm, int reg) {
827 CHECK_GE(rm, 0);
828 CHECK_LT(rm, 8)
    [all...]
  /art/compiler/utils/x86_64/
assembler_x86_64.h 65 Register rm() const { function in class:art::x86_64::Operand
871 void EmitRegisterOperand(uint8_t rm, uint8_t reg);
872 void EmitXmmRegisterOperand(uint8_t rm, XmmRegister reg);
876 void EmitOperand(uint8_t rm, const Operand& operand);
878 void EmitComplex(uint8_t rm, const Operand& operand, const Immediate& immediate);
883 void EmitGenericShift(bool wide, int rm, CpuRegister reg, const Immediate& imm);
884 void EmitGenericShift(bool wide, int rm, CpuRegister operand, CpuRegister shifter);
934 inline void X86_64Assembler::EmitRegisterOperand(uint8_t rm, uint8_t reg) {
935 CHECK_GE(rm, 0);
936 CHECK_LT(rm, 8)
    [all...]
  /external/toybox/toys/posix/
sed.c 319 void *rm = get_regex(logrus, logrus->rmatch[1]); local
322 if (line && !ghostwheel(rm, line, len, 0, 0, 0)) miss = 1;
329 void *rm = get_regex(logrus, *logrus->rmatch); local
331 if (line && !ghostwheel(rm, line, len, 0, 0, 0)) logrus->hit++;
    [all...]
  /libcore/ojluni/src/main/java/java/util/
ArraysParallelSortHelpers.java 182 int rm = (lo + rh) >>> 1; local
183 if (c.compare(split, a[rm + rb]) <= 0)
184 rh = rm;
186 lo = rm + 1;
295 int rm = (lo + rh) >>> 1; local
296 if (split <= a[rm + rb])
297 rh = rm;
299 lo = rm + 1;
406 int rm = (lo + rh) >>> 1; local
407 if (split <= a[rm + rb]
517 int rm = (lo + rh) >>> 1; local
628 int rm = (lo + rh) >>> 1; local
739 int rm = (lo + rh) >>> 1; local
850 int rm = (lo + rh) >>> 1; local
961 int rm = (lo + rh) >>> 1; local
    [all...]

Completed in 1806 milliseconds

12 3 4 5 6 7 8