Searched refs:which (Results 101 - 125 of 768) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c164 isvalid(XFontStruct * fs, unsigned int which) argument
175 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
180 byte2 = which & 0xff;
181 byte1 = which >> 8;
192 return (fs->per_char + (which - fs->min_char_or_byte2));
269 /* Enforce a standard packing mode which is compatible with
/external/chromium_org/third_party/mesa/src/src/glx/
H A Dxfont.c170 isvalid(XFontStruct * fs, int which) argument
181 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
186 byte2 = which & 0xff;
187 byte1 = which >> 8;
198 return (fs->per_char + (which - fs->min_char_or_byte2));
272 /* Enforce a standard packing mode which is compatible with
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A Dxfonts.c171 isvalid(XFontStruct * fs, unsigned int which) argument
182 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
187 byte2 = which & 0xff;
188 byte1 = which >> 8;
199 return (fs->per_char + (which - fs->min_char_or_byte2));
275 /* Enforce a standard packing mode which is compatible with
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dglx_usefont.c164 isvalid(XFontStruct * fs, unsigned int which) argument
175 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
180 byte2 = which & 0xff;
181 byte1 = which >> 8;
192 return (fs->per_char + (which - fs->min_char_or_byte2));
269 /* Enforce a standard packing mode which is compatible with
/external/mesa3d/src/glx/
H A Dxfont.c170 isvalid(XFontStruct * fs, int which) argument
181 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
186 byte2 = which & 0xff;
187 byte1 = which >> 8;
198 return (fs->per_char + (which - fs->min_char_or_byte2));
272 /* Enforce a standard packing mode which is compatible with
/external/mesa3d/src/mesa/drivers/x11/
H A Dxfonts.c171 isvalid(XFontStruct * fs, unsigned int which) argument
182 if ((fs->min_char_or_byte2 > which) || (fs->max_char_or_byte2 < which))
187 byte2 = which & 0xff;
188 byte1 = which >> 8;
199 return (fs->per_char + (which - fs->min_char_or_byte2));
275 /* Enforce a standard packing mode which is compatible with
/external/chromium_org/third_party/cython/src/Cython/Includes/cpython/
H A Dref.pxd19 # Increment the reference count for object o. The object may be NULL, in which case the macro has no effect.
25 # type's deallocation function (which must not be NULL) is
41 # NULL, in which case the macro has no effect; otherwise the
47 # NULL, in which case the macro has no effect; otherwise the
/external/chromium_org/third_party/libxslt/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/chromium_org/third_party/tcmalloc/vendor/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/cmockery/cmockery_0_1_2/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/harfbuzz_ng/util/
H A Dansi-print.cc300 unsigned int which = lround (((best_i + 1) * 8) / bi.height);
301 if (1 <= which && which <= 7) {
304 best_c = lower[7 - which];
332 unsigned int which = lround (((best_i + 1) * 8) / bi.width);
333 if (1 <= which && which <= 7) {
336 best_c = left[which - 1];
/external/libmtp/
H A Dhotplug.sh.in105 COMMAND=`which grep 2> /dev/null`
111 COMMAND=`which awk 2> /dev/null`
/external/libogg/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libusb/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libusb-compat/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/libvorbis/
H A Dcompile2 # Wrapper for compilers which do not understand `-c -o'.
41 Wrapper for compilers which do not understand `-c -o'.
/external/lldb/scripts/
H A Dbuild-swig-wrapper-classes.sh86 SWIG=`which swig`
/external/llvm/examples/OCaml-Kaleidoscope/Chapter2/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter3/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/llvm/examples/OCaml-Kaleidoscope/Chapter4/
H A Dast.ml19 (* proto - This type represents the "prototype" for a function, which captures
/external/openssl/include/openssl/
H A Dkssl.h88 ** Depending on which KRB5 implementation used, some types from
162 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
166 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
/external/openssl/
H A Drules.mk30 # Global for other modules which include openssl headers
/external/openssl/ssl/
H A Dkssl.h88 ** Depending on which KRB5 implementation used, some types from
162 krb5_error_code kssl_ctx_setstring(KSSL_CTX *kssl_ctx, int which, char *text);
166 krb5_error_code kssl_ctx_setprinc(KSSL_CTX *kssl_ctx, int which,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dcontrol.py188 # quite ad-hoc which modules need to be saved and which references
237 # __file__, which is where the .pyc was actually loaded from. Since
402 def clear_exclude(self, which='exclude'):
404 setattr(self.config, which + "_list", [])
407 def exclude(self, regex, which='exclude'):
413 `which` determines which list is modified. The "exclude" list selects
422 excl_list = getattr(self.config, which + "_list")
430 def _exclude_regex(self, which)
[all...]
/external/bison/build-aux/
H A Ddo-release-commit-and-tag3 # controlled .prev-version file, automate the procedure by which we record
37 update in which the date, release-type and version string are

Completed in 726 milliseconds

1234567891011>>