Home
last modified time | relevance | path

Searched refs:WHICH (Results 1 - 7 of 7) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Daupdate.c33 #define WHICH(n) (!!((n) & MSB)) macro
76 return WHICH(n); in pa_aupdate_read_begin()
105 return !WHICH(n); in pa_aupdate_write_begin()
125 return WHICH(n); in pa_aupdate_write_swap()
/third_party/skia/tools/infra/
H A Dgo.py15 WHICH = 'where' if sys.platform == 'win32' else 'which'
25 go_exe = subprocess.check_output([WHICH, 'go'])
/third_party/skia/infra/bots/
H A Dutils.py24 WHICH = 'where' if sys.platform == 'win32' else 'which'
25 GIT = subprocess.check_output([WHICH, 'git']).splitlines()[0]
H A Dcheck_deps.py30 utils.WHICH, utils.GCLIENT]).decode('utf-8')
/third_party/curl/src/
H A DMakefile.mk66 ifneq ($(shell $(call WHICH, $(NROFF))),)
/third_party/curl/lib/
H A DMakefile.mk280 WHICH = $(SHELL) -c "command -v $1" macro
286 WHICH = where $1 macro
/third_party/skia/third_party/externals/microhttpd/doc/
H A Dtexinfo.tex766 % @inmargin{WHICH}{TEXT} puts TEXT in the WHICH margin next to the current
768 % class. WHICH is `l' or `r'. Not documented, written for gawk manual.

Completed in 10 milliseconds