Home
last modified time | relevance | path

Searched defs:and (Results 1 - 25 of 88) sorted by relevance

1234

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dbool-same-args.c2 static int and(int a) { return a && a; } in and() function
H A Dcse-not02.c1 int and(int a, int b) { return ((a == b) & (a != b)) == 0; } in and() function
H A Dcse-not01.c1 int and(int a) { return (~a & a) == 0; } in and() function
H A Dcse-commutativity.c3 static int and(int a, int b) { return (a & b) == (b & a); } in and() function
/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dlogical.c10 static int and(void) in and() function
/third_party/libunwind/libunwind/doc/
H A Dunw_strerror.tex
H A Dlibunwind.tex[all...]
H A Dunw_init_local.tex
H A Dunw_init_remote.tex
H A Dunw_resume.tex
H A Dunw_apply_reg_state.tex
H A Dunw_flush_cache.tex
H A Dunw_set_reg.tex
H A Dunw_step.tex
H A Dunw_get_proc_info.tex
H A Dunw_get_proc_info_by_ip.tex
H A Dunw_get_fpreg.tex
H A Dunw_get_accessors.tex
H A Dunw_get_proc_name.tex
H A Dunw_get_reg.tex
H A Dunw_getcontext.tex
H A Dunw_reg_states_iterate.tex
/third_party/openGLES/ABI/
H A Dindex.php372 automatically generated from the master OpenGL function and global() function
[all...]
/third_party/python/Tools/scripts/
H A Dcopytime.py7 from stat import ST_ATIME, ST_MTIME # Really constants 7 and 8 namespace
/third_party/skia/third_party/externals/opengl-registry/ABI/
H A Dindex.php372 automatically generated from the master OpenGL function and global() function
[all...]

Completed in 9 milliseconds

1234