Searched defs:here (Results 1 - 25 of 58) sorted by relevance

123

/external/clang/test/Lexer/
H A Dcxx1z-trigraphs.cpp9 error here; // expected-error {{}} variable
/external/chromium_org/tools/gyp/test/compiler-override/
H A Dgyptest-compiler-env-toolchain.py15 here = os.path.dirname(os.path.abspath(__file__)) variable
57 env = {'CC': 'python %s/my_cc.py FOO' % here,
58 'CXX': 'python %s/my_cxx.py FOO' % here,
59 'NM': 'python %s/my_nm.py' % here,
60 'READELF': 'python %s/my_readelf.py' % here}
H A Dgyptest-compiler-env.py15 here = os.path.dirname(os.path.abspath(__file__)) variable
46 os.environ['CC'] = 'python %s/my_cc.py FOO' % here
47 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here
48 os.environ['LINK'] = 'python %s/my_ld.py FOO_LINK' % here
65 os.environ['CC'] = 'python %s/my_cc.py FOO' % here
66 os.environ['CXX'] = 'python %s/my_cxx.py FOO' % here
91 os.environ['CC_host'] = 'python %s/my_cc.py HOST' % here
92 os.environ['CXX_host'] = 'python %s/my_cxx.py HOST' % here
93 os.environ['LINK_host'] = 'python %s/my_ld.py HOST_LINK' % here
/external/compiler-rt/test/asan/android_commands/
H A Dandroid_compile.py7 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
8 android_run = os.path.join(here, 'android_run.py')
H A Dandroid_run.py8 here = os.path.abspath(os.path.dirname(sys.argv[0])) variable
/external/valgrind/main/none/tests/
H A Dsigstackgrowth.c33 char here; local
35 if (&here < deep) {
47 char here; local
48 deep = &here - SIZE;
H A Dtls.c55 int here = 0; local
60 int b = here++;
62 printf("tls_ptr: case \"%s\" has mismatch: *ip=%d here=%d\n",
/external/chromium_org/third_party/zlib/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
H A Dinfback.c256 code here; /* current decoding table entry */ local
392 here = state->lencode[BITS(state->lenbits)];
393 if ((unsigned)(here.bits) <= bits) break;
396 if (here.val < 16) {
397 NEEDBITS(here.bits);
398 DROPBITS(here.bits);
399 state->lens[state->have++] = here.val;
402 if (here.val == 16) {
403 NEEDBITS(here.bits + 2);
404 DROPBITS(here
[all...]
/external/e2fsprogs/intl/
H A Dfinddomain.c184 struct loaded_l10nfile *here = runp; local
188 free ((char *) here->filename);
189 free (here);
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dfx_zlib_inffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dfx_zlib_inftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
/external/ppp/pppd/plugins/pppoatm/
H A Dtext2atm.c197 const char *here; local
202 while ((here = strtok(NULL,"\t\n ")))
203 if (!strcasecmp(here,text)) {
204 here = strtok(line,"\t\n ");
205 result = text2atm(here,addr,length,flags);
/external/qemu/distrib/zlib-1.2.8/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
/external/zlib/src/
H A Dinffast.c90 code here; /* retrieved table entry */ local
127 here = lcode[hold & lmask];
129 op = (unsigned)(here.bits);
132 op = (unsigned)(here.op);
134 Tracevv((stderr, here.val >= 0x20 && here.val < 0x7f ?
136 "inflate: literal 0x%02x\n", here.val));
137 PUP(out) = (unsigned char)(here.val);
140 len = (unsigned)(here.val);
158 here
[all...]
H A Dinftrees.c53 code here; /* table entry for duplication */ local
118 here.op = (unsigned char)64; /* invalid code marker */
119 here.bits = (unsigned char)1;
120 here.val = (unsigned short)0;
121 *(*table)++ = here; /* make a table to force an error */
122 *(*table)++ = here;
218 here.bits = (unsigned char)(len - drop);
220 here.op = (unsigned char)0;
221 here.val = work[sym];
224 here
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DTreeNode.h68 NodeType* here() const { return static_cast<NodeType*>(const_cast<TreeNode*>(this)); } function in class:WTF::TreeNode
87 newChild->m_parent = here();
103 child->m_parent = here();
180 typename TreeNode<T>::NodeType* first = current->here();
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.c27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dmr_dissim.c104 const MODE_INFO *here = tmp; local
105 const MODE_INFO *above = here - cm->mode_info_stride;
106 const MODE_INFO *left = here - 1;
125 right = here + 1;
133 below = here + cm->mode_info_stride;
154 right = here + 1;
162 below = here + cm->mode_info_stride;
195 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
196 abs(max_mvx - here->mbmi.mv.as_mv.row));
197 mmvy = MAX(abs(min_mvy - here
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/svga/
H A Dsvga_tgsi.c121 SVGA3dShaderInstToken *here; local
126 here = (SVGA3dShaderInstToken *)emit->ptr;
127 here->value = opcode;
132 prev->size = (here - prev) - 1;
374 * that would make it larger. We just regenerate it here instead.
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c27 const MODE_INFO *here,
36 const MODE_INFO *above = here - xd->mode_info_stride;
37 const MODE_INFO *left = here - 1;
152 const MODE_INFO *here,
163 here,
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
/external/libvpx/libvpx/vp8/encoder/
H A Dmr_dissim.c103 const MODE_INFO *here = tmp; local
104 const MODE_INFO *above = here - cm->mode_info_stride;
105 const MODE_INFO *left = here - 1;
124 right = here + 1;
132 below = here + cm->mode_info_stride;
153 right = here + 1;
161 below = here + cm->mode_info_stride;
194 mmvx = MAX(abs(min_mvx - here->mbmi.mv.as_mv.row),
195 abs(max_mvx - here->mbmi.mv.as_mv.row));
196 mmvy = MAX(abs(min_mvy - here
[all...]
/external/mesa3d/src/gallium/drivers/svga/
H A Dsvga_tgsi.c121 SVGA3dShaderInstToken *here; local
126 here = (SVGA3dShaderInstToken *)emit->ptr;
127 here->value = opcode;
132 prev->size = (here - prev) - 1;
374 * that would make it larger. We just regenerate it here instead.

Completed in 1024 milliseconds

123