HomeSort by relevance Sort by last modified time
    Searched refs:up (Results 101 - 125 of 2165) sorted by null

1 2 3 45 6 7 8 91011>>

  /device/linaro/bootloader/edk2/StdLib/LibC/CRT/Ia32/
ulldvrm.c 60 ; Set up the local stack for Remainder pointer
66 ; Set up the local stack for Divisor parameter
74 ; Set up the local stack for Dividend parameter
ullrem.c 54 ; Set up the local stack for Reminder pointer
60 ; Set up the local stack for Divisor parameter
68 ; Set up the local stack for Dividend parameter
udivdi3.S 52 # Set up the local stack for NULL Reminder pointer
58 # Set up the local stack for Divisor parameter
66 # Set up the local stack for Dividend parameter
  /external/elfutils/libasm/
asm_newsubscn.c 52 runp = asmscn->subsection_id == 0 ? asmscn : asmscn->data.up;
79 newp->data.up = runp->subsection_id == 0 ? runp : runp->data.up;
asm_align.c 116 rwlock_wrlock (asmscn->data.up->ctx->lock);
118 if (asmscn->data.up->max_align < value)
119 asmscn->data.up->max_align = value;
121 rwlock_unlock (asmscn->data.up->ctx->lock);
  /external/apache-xml/src/main/java/org/apache/xpath/patterns/
UnionPattern.java 196 UnionPattern up = (UnionPattern)expr;
201 if((null == up.m_patterns) || (up.m_patterns.length != n))
206 if(!m_patterns[i].deepEquals(up.m_patterns[i]))
210 else if(up.m_patterns != null)
  /external/lzma/CPP/7zip/UI/Common/
UpdateCallback.h 112 bool IsDir(const CUpdatePair2 &up) const
114 if (up.DirIndex >= 0)
115 return DirItems->Items[up.DirIndex].IsDir();
116 else if (up.ArcIndex >= 0)
117 return (*ArcItems)[up.ArcIndex].IsDir;
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/h/
ASTBase.h 101 void double_link(ASTBase *left, ASTBase *up);
109 ASTBase *up() { return _up; } function in class:ASTDoublyLinkedBase
114 PCCTS_AST *up() { return _up; } function in class:ASTDoublyLinkedBase
ast.c 300 u->up = NULL; /* set by calling invocation */
307 if ( u->down!=NULL ) u->down->up = u;
328 * Set the 'up', and 'left' pointers of all nodes in 't'.
333 zzdouble_link(AST *t, AST *left, AST *up)
335 zzdouble_link(t, left, up)
336 AST *t, *left, *up;
341 t->up = up;
343 zzdouble_link(t->right, t, up);
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Other/Maintained/Tools/Pccts/h/
ASTBase.h 98 void double_link(ASTBase *left, ASTBase *up);
106 ASTBase *up() { return _up; } function in class:ASTDoublyLinkedBase
111 PCCTS_AST *up() { return _up; } function in class:ASTDoublyLinkedBase
ast.c 300 u->up = NULL; /* set by calling invocation */
307 if ( u->down!=NULL ) u->down->up = u;
328 * Set the 'up', and 'left' pointers of all nodes in 't'.
333 zzdouble_link(AST *t, AST *left, AST *up)
335 zzdouble_link(t, left, up)
336 AST *t, *left, *up;
341 t->up = up;
343 zzdouble_link(t->right, t, up);
  /external/autotest/client/cros/
http_speed.py 117 up = BenchmarkOneDirection(
123 up.update(down)
124 return up
  /external/clang/test/OpenMP/
ordered_codegen.cpp 218 void foo_simd(int low, int up) {
222 for (int i = low; i < up; ++i) {
230 for (int i = low; i < up; ++i) {
  /device/generic/goldfish/
init.goldfish.sh 4 ifconfig eth0 10.0.2.15 netmask 255.255.255.0 up
21 # The following detects the latter case and sets up the
60 # set up the second interface (for inter-emulator connections)
66 *) ifconfig eth1 "$my_ip" netmask 255.255.255.0 up
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Demo/scripts/
queens.py 24 self.up = [0] * (2*n-1) # Is upward diagonal[x-y] safe?
39 return not self.row[y] and not self.up[x-y] and not self.down[x+y]
44 self.up[x-y] = 1
50 self.up[x-y] = 0
  /external/clang/test/PCH/
chain-staticvar-instantiation.cpp 30 #error Header inclusion order messed up
  /external/icu/icu4c/source/samples/uresb/
resources.mak 18 @echo All targets are up to date
  /external/skia/src/opts/
SkMorphologyImageFilter_opts.h 30 const SkPMColor* up = upperSrc; local
35 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
43 up += srcStrideY;
63 const SkPMColor* up = upperSrc; local
67 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
75 up += srcStrideY;
95 const SkPMColor* up = upperSrc; local
101 for (const SkPMColor* p = lp; p <= up; p += srcStrideX) {
121 up += srcStrideY;
  /external/valgrind/exp-bbv/tests/amd64-linux/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /external/valgrind/exp-bbv/tests/x86/
complex_rep.S 2 # I thought up a lot of corner-cases in the rep code. This tries
  /libcore/ojluni/src/main/java/java/security/
UnresolvedPermissionCollection.java 79 UnresolvedPermission up = (UnresolvedPermission) permission; local
83 v = perms.get(up.getName());
86 perms.put(up.getName(), v);
90 v.add(up);
  /external/dnsmasq/src/
cache.c 144 /* don't use tolower and friends here - they may be messed up by LOCALE */
161 struct crec **up = hash_bucket(cache_get_name(crecp)); local
165 while (*up && ((*up)->flags & F_REVERSE))
166 up = &((*up)->hash_next);
169 while (*up && !((*up)->flags & F_IMMORTAL))
170 up = &((*up)->hash_next)
272 struct crec *crecp, **up; local
505 struct crec *next, **up, **insert = NULL, **chainp = &ans; local
598 struct crec **up, **chainp = &ans; local
870 struct crec *cache, **up, *tmp; local
1020 struct crec *cache, **up; local
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmVExpressPkg/Library/ArmVExpressSecLibRTSM/Arm/
RTSMBoot.asm 29 Call at the beginning of the platform boot up
32 stage of the platform power up.
34 Note: This function must be implemented in assembler as there is no stack set up yet
46 This function is called before the satck has been set up. Its implementation must ensure the stack
  /device/linaro/bootloader/edk2/ArmPlatformPkg/Library/ArmPlatformSecLibNull/Arm/
ArmPlatformLibNullBoot.asm 24 Call at the beginning of the platform boot up
27 stage of the platform power up.
29 Note: This function must be implemented in assembler as there is no stack set up yet
41 This function is called before the satck has been set up. Its implementation must ensure the stack
  /external/antlr/antlr-3.4/runtime/ObjC/ANTLR.framework/Headers/
ANTLRTreeIterator.h 44 id<ANTLRTree> up; variable
51 @property(retain, readwrite) id<ANTLRTree> up; variable

Completed in 1318 milliseconds

1 2 3 45 6 7 8 91011>>