HomeSort by relevance Sort by last modified time
    Searched refs:Above (Results 1 - 14 of 14) sorted by null

  /external/webkit/WebCore/bindings/v8/
npruntime_internal.h 36 #undef Above
  /external/libvpx/vp8/common/
reconintra4x4.c 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride;
25 unsigned char top_left = Above[-1];
40 expected_dc += Above[i];
64 int pred = Above[c] - top_left + Left[r];
84 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
85 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
86 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /external/libvpx/vp8/common/arm/
reconintra4x4_arm.c 23 unsigned char *Above = *(x->base_dst) + x->dst - x->dst_stride;
25 unsigned char top_left = Above[-1];
40 expected_dc += Above[i];
64 int pred = Above[c] - top_left + Left[r];
84 ap[0] = (top_left + 2 * Above[0] + Above[1] + 2) >> 2;
85 ap[1] = (Above[0] + 2 * Above[1] + Above[2] + 2) >> 2;
86 ap[2] = (Above[1] + 2 * Above[2] + Above[3] + 2) >> 2
    [all...]
  /external/webkit/WebCore/bridge/
npruntime_internal.h 36 #undef Above
  /external/webkit/JavaScriptCore/jit/
JIT.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
466 slowRegisterFileCheck = branchPtr(Above, regT1, Address(regT0, OBJECT_OFFSETOF(RegisterFile, m_end)));
JITArithmetic.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
67 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
688 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
797 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
854 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
927 addSlowCase(branch32(Above, regT3, Imm32(JSValue::LowestTag)));
    [all...]
JITOpcodes.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
61 Jump string_failureCases3 = branch32(Above, regT2, Imm32(INT_MAX));
766 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
807 addSlowCase(branch32(Above, regT1, Imm32(JSValue::LowestTag)));
    [all...]
JITPropertyAccess.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
422 // As for the hot path of get_by_id, above, we ensure that we can use an architecture specific offset
693 Jump failureCases2 = branch32(Above, regT2, Imm32(INT_MAX));
    [all...]
  /external/webkit/JavaScriptCore/assembler/
MacroAssemblerX86Common.h 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
48 Above = X86Assembler::ConditionA,
613 // used (representing the names 'below' and 'above').
1003 // but non debug add this method to keep the asserts above happy.
MacroAssemblerARM.h 9 * 1. Redistributions of source code must retain the above copyright
11 * 2. Redistributions in binary form must reproduce the above copyright
48 Above = ARMAssembler::HI,
MacroAssemblerARMv7.h 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
83 Above = ARMv7Assembler::ConditionHI,
675 // used (representing the names 'below' and 'above').
    [all...]
  /external/webkit/JavaScriptCore/yarr/
RegexJIT.cpp 7 * 1. Redistributions of source code must retain the above copyright
9 * 2. Redistributions in binary form must reproduce the above copyright
137 // fall through to here, the value is above hi.
214 return branch32(Above, index, length);
866 // FIXME: both of the above hooks are a little inefficient, in that you
    [all...]
  /prebuilt/linux-x86/swt/
swt.jar 
  /prebuilt/linux-x86_64/swt/
swt.jar 

Completed in 301 milliseconds