OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:SpaceIndex
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/StdLib/LibC/Uefi/InteractiveIO/
IIOwrite.c
88
int
SpaceIndex
;
90
SpaceIndex
= CurColumn % TabWidth; // Number of spaces after a Tab Stop
91
numW = TabWidth -
SpaceIndex
; // Number of spaces to the next Tab Stop
92
SpaceIndex
= MAX_TAB_WIDTH - numW; // Index into the Spaces array
93
wcb = &Spaces[
SpaceIndex
]; // Point to the appropriate number of spaces
/external/googletest/googlemock/include/gmock/
gmock-matchers.h
[
all
...]
/external/v8/testing/gmock/include/gmock/
gmock-matchers.h
[
all
...]
/external/fmtlib/test/gmock/
gmock.h
[
all
...]
Completed in 1965 milliseconds