Searched refs:_rc (Results 1 – 4 of 4) sorted by relevance
/external/elfutils/host-darwin-fixup/ |
D | AndroidFixup.h | 32 typeof (exp) _rc; \ 34 _rc = (exp); \ 35 } while (_rc == -1 && errno == EINTR); \ 36 _rc; })
|
/external/chromium_org/tools/gyp/pylib/gyp/ |
D | MSVSSettings.py | 496 _rc = _Tool('VCResourceCompilerTool', 'ResourceCompile') variable 504 _AddTool(_rc) 879 _Same(_rc, 'AdditionalOptions', _string_list) 880 _Same(_rc, 'AdditionalIncludeDirectories', _folder_list) # /I 881 _Same(_rc, 'Culture', _Integer(msbuild_base=16)) 882 _Same(_rc, 'IgnoreStandardIncludePath', _boolean) # /X 883 _Same(_rc, 'PreprocessorDefinitions', _string_list) # /D 884 _Same(_rc, 'ResourceOutputFileName', _string) # /fo 885 _Same(_rc, 'ShowProgress', _boolean) # /v 889 _Same(_rc, 'SuppressStartupBanner', _boolean) # /nologo [all …]
|
/external/compiler-rt/lib/asan/ |
D | asan_mac.h | 35 u32 _rc; member
|
/external/opencv/ml/src/ |
D | mltree.cpp | 2185 int* _rc = _lc + mi + 1; in find_surrogate_split_cat() local 2188 _lc[i] = _rc[i] = 0; in find_surrogate_split_cat() 2195 int sum_abs = _rc[idx] + (d & 1); in find_surrogate_split_cat() 2196 _lc[idx] = sum; _rc[idx] = sum_abs; in find_surrogate_split_cat() 2202 int sum_abs = _rc[i]; in find_surrogate_split_cat()
|