/external/dropbear/ |
random.c | 217 const unsigned char masks[] = {0xff, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}; local 231 randbuf[0] &= masks[size_bits % 8];
|
/external/icu4c/i18n/ |
rbt_rule.cpp | 246 * Return true if this rule masks another rule. If r1 masks r2 then 247 * r1 matches any input string that r2 matches. If r1 masks r2 and r2 masks 248 * r1 then r1 == r2. Examples: "a>x" masks "ab>y". "a>x" masks "a[b]>y". 249 * "[c]a>x" masks "[dc]a>y". 251 UBool TransliterationRule::masks(const TransliterationRule& r2) const { function in class:TransliterationRule 252 /* Rule r1 masks rule r2 if the string formed of the 271 * means the row masks the column, N means it doesn't [all...] |
/external/tcpdump/ |
print-cnfp.c | 77 u_int32_t masks; /* src,dst addr prefix; v6: encaps */ member in struct:nfrec 137 (EXTRACT_32BITS(&nr->masks) >> 24) & 0xff); 146 (EXTRACT_32BITS(&nr->masks) >> 16) & 0xff); 182 (EXTRACT_32BITS(&nr->masks) >> 8) & 0xff, 183 (EXTRACT_32BITS(&nr->masks)) & 0xff);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
IncludeOverlay.java | 32 * The {@link IncludeOverlay} class renders masks to -partially- hide everything outside 76 Collection<Rectangle> masks = subtractRectangles(whole, includedBounds); local 78 for (Rectangle mask : masks) {
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/os/ |
FileUtils.java | 120 int[] masks = {S_IRUSR, S_IWUSR, S_IXUSR, S_IRGRP, S_IWGRP, S_IXGRP, local 122 for (int i = 0; i < masks.length; i++) { 123 if (!hasModeFlag(mode, masks[i])) {
|
/external/freetype/src/pshinter/ |
pshrec.h | 108 /* masks and counters table descriptor */ 113 PS_Mask masks; member in struct:PS_Mask_TableRec_ 122 PS_Mask_TableRec masks; member in struct:PS_DimensionRec_
|
/bionic/libc/kernel/common/sound/ |
asound.h | 319 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params [all...] |
/external/kernel-headers/original/sound/ |
asound.h | 350 struct snd_mask masks[SNDRV_PCM_HW_PARAM_LAST_MASK - member in struct:snd_pcm_hw_params 352 struct snd_mask mres[5]; /* reserved masks */ 356 unsigned int rmask; /* W: requested masks */ 357 unsigned int cmask; /* R: changed masks */ [all...] |
/prebuilt/darwin-x86/swt/ |
swt.jar | |
/prebuilt/darwin-x86_64/swt/ |
swt.jar | |
/prebuilt/linux-x86/swt/ |
swt.jar | |
/prebuilt/linux-x86_64/swt/ |
swt.jar | |
/prebuilt/windows/swt/ |
swt.jar | |
/prebuilt/windows-x86_64/swt/ |
swt.jar | |