Home
last modified time | relevance | path

Searched refs:LOWER16BITS (Results 1 – 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/fs/doio/
Ddatapid.c58 #define LOWER16BITS(X) (X & 0177777) macro
109 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
110 LOWER16BITS(pid)); in datapidgen()
134 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
135 LOWER16BITS(pid)); in datapidgen()
158 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidgen()
159 LOWER16BITS(pid)); in datapidgen()
204 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidchk()
205 LOWER16BITS(pid)); in datapidchk()
233 ((LOWER16BITS(pid) << 48) | (LOWER32BITS(woff) << 16) | in datapidchk()
[all …]