Home
last modified time | relevance | path

Searched full:things (Results 1 – 25 of 3257) sorted by relevance

12345678910>>...131

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dfeatures.h43 _XOPEN_SOURCE Includes POSIX and XPG things. Set to 500 if
46 _XOPEN_SOURCE_EXTENDED XPG things and X/Open Unix extensions.
73 __GLIBC_USE (F) Define things from feature set F. This is defined
77 __USE_ISOC11 Define ISO C11 things.
78 __USE_ISOC99 Define ISO C99 things.
79 __USE_ISOC95 Define ISO C90 AMD1 (C95) things.
80 __USE_ISOCXX11 Define ISO C++11 things.
81 __USE_POSIX Define IEEE Std 1003.1 things.
82 __USE_POSIX2 Define IEEE Std 1003.2 things.
83 __USE_POSIX199309 Define IEEE Std 1003.1, and .1b things.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dfeatures.h43 _XOPEN_SOURCE Includes POSIX and XPG things. Set to 500 if
46 _XOPEN_SOURCE_EXTENDED XPG things and X/Open Unix extensions.
73 __GLIBC_USE (F) Define things from feature set F. This is defined
77 __USE_ISOC11 Define ISO C11 things.
78 __USE_ISOC99 Define ISO C99 things.
79 __USE_ISOC95 Define ISO C90 AMD1 (C95) things.
80 __USE_ISOCXX11 Define ISO C++11 things.
81 __USE_POSIX Define IEEE Std 1003.1 things.
82 __USE_POSIX2 Define IEEE Std 1003.2 things.
83 __USE_POSIX199309 Define IEEE Std 1003.1, and .1b things.
[all …]
/OK3568_Linux_fs/u-boot/include/android_avb/
H A Davb_atx_types.h41 /* Size in bytes of an Android Things product ID. */
44 /* Size in bytes of an Android Things unlock challenge. */
50 /* Data structure of Android Things permanent attributes. */
57 /* Data structure of signed fields in an Android Things certificate. */
66 /* Data structure of an Android Things certificate. */
72 /* Data structure of Android Things public key metadata in vbmeta. */
79 /* Data structure of an Android Things unlock challenge. */
86 /* Data structure of an Android Things unlock credential. */
H A Davb_atx_validate.h42 /* Rollback index locations for Android Things key versions. */
46 /* An implementation of validate_vbmeta_public_key for Android Things. See
48 * implementation uses the metadata expected with Android Things vbmeta images
56 * is the root authority for all Android Things
61 * Android Things product. It is certified by a
64 * to a specific Android Things product. This value must match
H A Drk_avb_ops_user.h55 * The android things supply many slots, their name like '_a', '_b'.
94 * The android things defines permanent attributes to
107 * The android things defines permanent attributes to
139 * The android things use the flag of lock state to indicate
149 * The android things use the flag of lock state to indicate
159 * The android things uses fastboot to flash the permanent attributes.
170 * The android things uses fastboot to flash the permanent attributes.
182 * The android things require the soc-v key hash to be flashed
195 * The android things require the soc-v key hash to be flashed
/OK3568_Linux_fs/buildroot/utils/
H A Dgetdeveloperlib.py124 things = []
126 things.append('{} files'.format(len(self.files)))
128 things.append('{} pkgs'.format(len(self.packages)))
130 things.append('{} archs'.format(len(self.architectures)))
132 things.append('{} infras'.format(len(self.infras)))
134 things.append('{} tests'.format(len(self.runtime_tests)))
136 things.append('{} defconfigs'.format(len(self.defconfigs)))
137 if things:
138 return 'Developer <{} ({})>'.format(name, ', '.join(things))
/OK3568_Linux_fs/u-boot/examples/standalone/
H A DREADME.smc91111_eeprom13 4. Other things you can do with this
14 5. Things to be done.
22 each node of a network. When things are not unique - bad things
47 it is not a good idea to start doing things on the network before the
48 MAC address is set, this example will do things over serial.
53 you specify things to load as is not the load address specified
141 should be blank, and allow you to set things one time.
174 4. Other things that you can do
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dopp.rst117 /* Do things */
123 /* Do cpufreq things */
125 /* Do remaining things */
263 /* do things */
269 /* do other things */
280 /* do things.. */
288 /* do other things */
296 /* do things.. */
306 /* Do things */
319 /* Do other things */
/OK3568_Linux_fs/u-boot/lib/avb/libavb_atx/
H A DKconfig4 Android Things requires specific public key
11 Android Things requires specific public key
18 Android Things requires specific public key
/OK3568_Linux_fs/u-boot/board/rockchip/gva_rk3229/
H A DREADME12 (For Android Things Project, use the image bellow.
23 (For Android Things Project, use Android build system.)
49 (For Android Things Project, use Android build system.)
58 (For Android Things Project that supports AB update,
/OK3568_Linux_fs/u-boot/lib/avb/libavb_ab/
H A DKconfig4 In the android things system, there are
12 In the android things system, there are
20 In the android things system, there are
/OK3568_Linux_fs/u-boot/lib/avb/rk_avb_user/
H A DKconfig4 This config support the android things system to
12 This config support the android things system to
20 This config support the android things system to
/OK3568_Linux_fs/u-boot/lib/avb/libavb_user/
H A DKconfig4 This config support the android things system to
23 This config support the android things system to
31 This config support the android things system to
/OK3568_Linux_fs/yocto/meta-openembedded/meta-perl/recipes-perl/libstrictures/
H A Dlibstrictures-perl_2.000006.bb5 Things like the importer in \"use Moose\" don't help me because they turn \
15 syntax (and not so obvious mistakes that cause things to accidentally compile \
17 cost of blowing things up on another machine. \
/OK3568_Linux_fs/external/xserver/xfixes/
H A Dregion.c72 int things; in ProcXFixesCreateRegion() local
80 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq); in ProcXFixesCreateRegion()
81 if (things & 4) in ProcXFixesCreateRegion()
83 things >>= 3; in ProcXFixesCreateRegion()
85 pRegion = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED); in ProcXFixesCreateRegion()
320 int things; in ProcXFixesSetRegion() local
328 things = (client->req_len << 2) - sizeof(xXFixesCreateRegionReq); in ProcXFixesSetRegion()
329 if (things & 4) in ProcXFixesSetRegion()
331 things >>= 3; in ProcXFixesSetRegion()
333 pNew = RegionFromRects(things, (xRectangle *) (stuff + 1), CT_UNSORTED); in ProcXFixesSetRegion()
/OK3568_Linux_fs/kernel/Documentation/driver-api/
H A Dframe-buffer.rst15 that are user defined. With fb_var_screeninfo, things such as depth
25 importance for fb_monospecs. This allowed for forbidden things such as
27 fb_monospecs prevents such things, and if used correctly, can prevent a
/OK3568_Linux_fs/kernel/Documentation/process/
H A D6.Followthrough.rst28 process. Life can be made much easier, though, if you keep a few things in
58 understand what the reviewer is trying to say. If possible, fix the things
68 agree with the reviewer, take some time to think things over again. It can
92 What if you've tried to do everything right and things still aren't going
111 things. In particular, there may be more than one tree - one, perhaps,
185 Other things that can happen
H A Dhowto.rst56 of doing things.
130 not have a stable API within the kernel, including things like:
386 you want to bring up, before you post it to the list. A lot of things
449 again, sometimes things get lost in the huge volume.
466 of a dozen things you should correct. This does **not** imply that your
476 development environments. Here are a list of things that you can try to
479 Good things to say regarding your proposed changes:
488 Bad things you should avoid saying:
533 The reasons for breaking things up are the following:
603 All of these things are sometimes very hard to do. It can take years to
[all …]
/OK3568_Linux_fs/kernel/Documentation/core-api/
H A Dbus-virt-phys-mapping.rst42 things any more complex than necessary, so you can assume that all
46 address, and things are very simple indeed. However, they are that simple
145 buffer), but can be things like a packet buffer in a network card etc.
156 For such memory, you can do things like:
211 don't do all that complex things (or rather: the complexity is not so
/OK3568_Linux_fs/kernel/Documentation/trace/
H A Dftrace-design.rst15 code relies on for proper functioning. Things are broken down into increasing
46 We'll make the assumption below that the symbol is "mcount" just to keep things
74 typically the bare minimum with checking things before returning. That also
130 things.
185 be able to skimp on things saved/restored (usually just registers used to pass
235 You need very few things to get the syscalls tracing in an arch.
345 patching multiple things. First, only functions that we actually want to trace
/OK3568_Linux_fs/kernel/arch/x86/include/uapi/asm/
H A Ddebugreg.h14 /* Define a few things for the status register. We can use this to determine
30 /* Now define a bunch of things for manipulating the control register.
64 /* The second byte to the control register has a few special things.
/OK3568_Linux_fs/u-boot/drivers/power/io-domain/
H A Drockchip-io-domain.c203 /* if no VCCIO0 supply we should leave things alone */ in px30_iodomain_init()
222 /* if no flash supply we should leave things alone */ in rk3288_iodomain_init()
241 /* if no vccio3 supply we should leave things alone */ in rk3308_iodomain_init()
260 /* if no vccio2 supply we should leave things alone */ in rk3328_iodomain_init()
279 /* if no flash supply we should leave things alone */ in rk3366_iodomain_init()
298 /* if no flash supply we should leave things alone */ in rk3368_iodomain_init()
317 /* if no pmu io supply we should leave things alone */ in rk3399_pmu_iodomain_init()
/OK3568_Linux_fs/kernel/Documentation/security/
H A Dself-protection.rst53 temporary exceptions to this rule to support things like instruction
118 things like compat, user namespaces, BPF creation, and perf limited only
160 the function returns. Other defenses include things like shadow stacks.
208 It should be noted that things like the stack canary discussed earlier
213 Blinding literal values for things like JITs, where the executable
271 addresses or other sensitive things like canary values).
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A Dcross.patch7 to set cross_prefix as it does other things we don't want. Patch things
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmfd.txt10 silicon) that handles analog drivers for things like audio amplifiers, LED
11 drivers, level shifters, PHY (physical interfaces to things like USB or

12345678910>>...131