Home
last modified time | relevance | path

Searched full:put (Results 1 – 25 of 5232) sorted by relevance

12345678910>>...210

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/
H A Dencodings.h75 //! Put BOM to output byte stream.
79 //! Put a character to output byte stream.
81 static void Put(OutputByteStream& os, Ch c);
104 os.Put(static_cast<Ch>(codepoint & 0xFF)); in Encode()
106 os.Put(static_cast<Ch>(0xC0 | ((codepoint >> 6) & 0xFF))); in Encode()
107 os.Put(static_cast<Ch>(0x80 | ((codepoint & 0x3F)))); in Encode()
110 os.Put(static_cast<Ch>(0xE0 | ((codepoint >> 12) & 0xFF))); in Encode()
111 os.Put(static_cast<Ch>(0x80 | ((codepoint >> 6) & 0x3F))); in Encode()
112 os.Put(static_cast<Ch>(0x80 | (codepoint & 0x3F))); in Encode()
116 os.Put(static_cast<Ch>(0xF0 | ((codepoint >> 18) & 0xFF))); in Encode()
[all …]
H A Dprettywriter.h132 Base::os_->Put('\n');
156 Base::os_->Put('\n');
197 Base::os_->Put(','); // add comma if it is not the first element in array in PrettyPrefix()
199 Base::os_->Put(' '); in PrettyPrefix()
203 Base::os_->Put('\n'); in PrettyPrefix()
210 Base::os_->Put(','); in PrettyPrefix()
211 Base::os_->Put('\n'); in PrettyPrefix()
214 Base::os_->Put(':'); in PrettyPrefix()
215 Base::os_->Put(' '); in PrettyPrefix()
219 Base::os_->Put('\n'); in PrettyPrefix()
H A Dstream.h30 For read-only stream, no need to implement PutBegin(), Put(), Flush() and PutEnd().
32 For write-only stream, only need to implement Put() and Flush().
53 void Put(Ch c);
92 stream.Put(c); in PutUnsafe()
95 //! Put N copies of a character to a stream.
120 void Put(Ch) { RAPIDJSON_ASSERT(false); } in Put() function
155 void Put(Ch c) { RAPIDJSON_ASSERT(dst_ != 0); *dst_++ = c; }
/OK3568_Linux_fs/kernel/lib/
H A Dklist.c76 * @put: The put function for the embedding object (NULL if none)
80 * deletion) then the get/put arguments are used to initialise
85 void (*put)(struct klist_node *)) in klist_init()
90 k->put = put; in klist_init()
144 * @pos: node to put @n after
160 * @pos: node to put @n after
212 void (*put)(struct klist_node *) = k->put; in klist_put() local
218 put = NULL; in klist_put()
220 if (put) in klist_put()
221 put(n); in klist_put()
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim37 0 put ='# Copyright (C) ' . l:current_year .
39 put ='# Released under the MIT license (see COPYING.MIT for the terms)'
55 put ='SUMMARY = \"\"'
56 put ='HOMEPAGE = \"\"'
57 put ='LICENSE = \"\"'
58 put ='SECTION = \"\"'
59 put ='DEPENDS = \"\"'
60 put =''
61 put ='SRC_URI = \"\"'
/OK3568_Linux_fs/kernel/arch/x86/lib/
H A Dclear_page_64.S30 #define PUT(x) movq %rax,x*8(%rdi) macro
32 PUT(1)
33 PUT(2)
34 PUT(3)
35 PUT(4)
36 PUT(5)
37 PUT(6)
38 PUT(7)
/OK3568_Linux_fs/kernel/arch/m68k/fpsp040/
H A Dx_store.S52 | if fp0-fp3 is being modified, we must put a copy
141 bsetl #31,%d0 |if negative, put in sign information
149 bsetl #31,%d0 |if negative put in sign information
151 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
156 orl %d1,%d0 |put these bits in ms word of double
157 movel %d0,LOCAL_EX(%a1) |put the new exp back on the stack
160 lsll %d0,%d1 |put lower 11 bits in upper bits
164 orl %d0,LOCAL_HI(%a1) |put them in double result
208 swap %d0 |put exp in upper word of d0
212 bsetl #31,%d0 |if negative, put in sign first
[all …]
H A Dbinstr.S39 | zero, it is the ls digit. Put the digit in its place in the
99 swap %d6 |put 0 in d6 lower word
109 swap %d6 |with d6 = 0; put 0 in upper word
120 swap %d7 |put LEN counter in word d7a
125 swap %d7 |put digit word in d7b
126 movew %d1,%d7 |put new digit in d7b
127 swap %d7 |put LEN counter in word d7a
130 swap %d7 |put last digit in string
/OK3568_Linux_fs/kernel/drivers/atm/
H A Dsuni.c41 #define PUT(val,reg) dev->ops->phy_put(dev,val,SUNI_##reg) macro
44 PUT((GET(reg) & ~(mask)) | ((value) << (shift)),reg)
66 PUT(0,MRI); /* latch counters */ in suni_hz()
110 if (set) PUT(GET(reg) | bit,reg); \
111 else PUT(GET(reg) & ~bit,reg); \
199 PUT(GET(RPOP_RC) & ~SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sonet()
200 PUT(GET(SSTB_CTRL) & ~SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sonet()
201 PUT(GET(SPTB_CTRL) & ~SUNI_SPTB_CTRL_LEN16, SPTB_CTRL); in set_sonet()
213 PUT(GET(RPOP_RC) | SUNI_RPOP_RC_ENSS, RPOP_RC); in set_sdh()
214 PUT(GET(SSTB_CTRL) | SUNI_SSTB_CTRL_LEN16, SSTB_CTRL); in set_sdh()
[all …]
H A DuPD98402.c37 #define PUT(val,reg) dev->ops->phy_put(dev,val,uPD98402_##reg) macro
77 PUT(set[0],C11T); in set_framing()
78 PUT(set[1],C12T); in set_framing()
79 PUT(set[2],C13T); in set_framing()
80 PUT((GET(MDR) & ~uPD98402_MDR_SS_MASK) | (set[3] << in set_framing()
130 PUT(mode_reg,MDR); in set_loopback()
219 PUT(uPD98402_PFM_FJ,PCMR); /* ignore frequency adj */ in uPD98402_start()
221 PUT(~uPD98402_PCO_HECC,PCOMR); in uPD98402_start()
223 PUT(~(uPD98402_INT_PFM | uPD98402_INT_ALM | uPD98402_INT_RFO | in uPD98402_start()
H A Didt77105.c46 #define PUT(val,reg) dev->ops->phy_put(dev,val,IDT77105_##reg) macro
67 PUT(counter, CTRSEL); in get_counter()
133 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_restart_timer_func()
135 PUT( walk->old_mcr ,MCR); in idt77105_restart_timer_func()
176 PUT(diag,DIAG); in set_loopback()
232 PUT( in idt77105_int()
246 PUT( GET(DIAG) | IDT77105_DIAG_RFLUSH, DIAG); in idt77105_int()
299 PUT(PRIV(dev)->old_mcr, MCR); in idt77105_start()
328 PUT( GET(MCR) & ~IDT77105_MCR_EIP, MCR ); in idt77105_stop()
/OK3568_Linux_fs/kernel/sound/pci/ice1712/
H A Daureon.c1398 .put = wm_master_mute_put
1407 .put = wm_master_vol_put,
1415 .put = wm_mute_put,
1425 .put = wm_vol_put,
1434 .put = wm_mute_put,
1444 .put = wm_vol_put,
1453 .put = wm_mute_put,
1463 .put = wm_vol_put,
1472 .put = wm_mute_put,
1482 .put = wm_vol_put,
[all …]
/OK3568_Linux_fs/kernel/include/sound/
H A Dsoc.h63 .put = snd_soc_put_volsw, \
68 .put = snd_soc_put_volsw_range, \
79 .put = snd_soc_put_volsw, \
88 .put = snd_soc_put_volsw_sx, \
99 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
107 .put = snd_soc_put_volsw, \
121 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
128 .get = snd_soc_get_volsw_range, .put = snd_soc_put_volsw_range, \
137 .put = snd_soc_put_volsw, \
146 .get = snd_soc_get_volsw, .put = snd_soc_put_volsw, \
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/net/forwarding/
H A Dsch_ets_tests.sh4 # $put -- port under test (e.g. $swp2)
170 ets_qdisc_setup $put 0 3300 3300 3300
175 ets_qdisc_setup $put 0 5000 3500 1500
180 ets_qdisc_setup $put 3
185 ets_qdisc_setup $put 1 5000 2500 1500
190 tc class change dev $put classid 10:2 ets quantum 8000
196 ets_qdisc_setup $put 0 5000 2500
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.console40 putc (to put a char to stdout)
41 puts (to put a string to stdout)
42 printf (to format and put a string to stdout)
49 eputc (to put a char to stderr)
50 eputs (to put a string to stderr)
51 eprintf (to format and put a string to stderr)
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/
H A Dnouveau_dma.h37 * There's a hw race condition where you can't jump to your PUT offset,
86 if (chan->dma.cur == chan->dma.put) in FIRE_RING()
91 nv50_dma_push(chan, chan->push.addr + (chan->dma.put << 2), in FIRE_RING()
92 (chan->dma.cur - chan->dma.put) << 2); in FIRE_RING()
97 chan->dma.put = chan->dma.cur; in FIRE_RING()
103 chan->dma.cur = chan->dma.put; in WIND_RING()
/OK3568_Linux_fs/kernel/arch/m68k/68000/
H A Dentry.S136 movel #65,%sp@- /* put vector # on stack*/
147 movel #66,%sp@- /* put vector # on stack*/
158 movel #67,%sp@- /* put vector # on stack*/
169 movel #68,%sp@- /* put vector # on stack*/
180 movel #69,%sp@- /* put vector # on stack*/
191 movel #70,%sp@- /* put vector # on stack*/
202 movel #71,%sp@- /* put vector # on stack*/
213 movel %d0,%sp@- /* put vector # on stack*/
/OK3568_Linux_fs/kernel/include/trace/events/
H A Dcachefiles.h41 EM(fscache_obj_put_alloc_fail, "PUT alloc_fail") \
42 EM(fscache_obj_put_attach_fail, "PUT attach_fail") \
43 EM(fscache_obj_put_drop_obj, "PUT drop_obj") \
44 EM(fscache_obj_put_enq_dep, "PUT enq_dep") \
45 EM(fscache_obj_put_queue, "PUT queue") \
46 EM(fscache_obj_put_work, "PUT work") \
47 EM(cachefiles_obj_put_wait_retry, "PUT wait_retry") \
48 E_(cachefiles_obj_put_wait_timeo, "PUT wait_timeo")
/OK3568_Linux_fs/kernel/include/linux/
H A Dwait.h324 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
363 * The process is put to sleep (TASK_INTERRUPTIBLE -- so as not to contribute
390 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
454 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
477 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
507 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
562 * The process is put to sleep (TASK_UNINTERRUPTIBLE) until the
588 * The process is put to sleep (TASK_INTERRUPTIBLE) until the
653 * The process is put to sleep (TASK_IDLE) until the
673 * The process is put to sleep (TASK_IDLE) until the
[all …]
/OK3568_Linux_fs/kernel/sound/pci/oxygen/
H A Doxygen_mixer.c734 .put = ac97_switch_put, \
745 .put = ac97_volume_put, \
761 .put = dac_volume_put,
768 .put = dac_mute_put,
775 .put = upmix_put,
785 .put = spdif_switch_put,
793 .put = spdif_default_put,
811 .put = spdif_pcm_put,
837 .put = spdif_bit_switch_put,
845 .put = spdif_bit_switch_put,
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/bcm2835-audio/
H A Dbcm2835-ctl.c108 .put = snd_bcm2835_ctl_put,
118 .put = snd_bcm2835_ctl_put,
127 .put = snd_bcm2835_ctl_put,
199 .put = snd_bcm2835_spdif_default_put
245 .put = snd_bcm2835_ctl_put,
257 .put = snd_bcm2835_ctl_put,
279 .put = snd_bcm2835_ctl_put,
291 .put = snd_bcm2835_ctl_put,
/OK3568_Linux_fs/kernel/drivers/net/wireless/st/cw1200/
H A Dfwio.c56 u32 put = 0, get = 0; in cw1200_load_firmware_cw1200() local
192 /* loop until put - get <= 24K */ in cw1200_load_firmware_cw1200()
195 if ((put - get) <= in cw1200_load_firmware_cw1200()
201 if ((put - get) > (DOWNLOAD_FIFO_SIZE - DOWNLOAD_BLOCK_SIZE)) { in cw1200_load_firmware_cw1200()
208 tx_size = block_size = min_t(size_t, firmware->size - put, in cw1200_load_firmware_cw1200()
211 memcpy(buf, &firmware->data[put], block_size); in cw1200_load_firmware_cw1200()
221 (put & (DOWNLOAD_FIFO_SIZE - 1))), in cw1200_load_firmware_cw1200()
225 put & (DOWNLOAD_FIFO_SIZE - 1)); in cw1200_load_firmware_cw1200()
229 /* update the put register */ in cw1200_load_firmware_cw1200()
230 put += block_size; in cw1200_load_firmware_cw1200()
[all …]
/OK3568_Linux_fs/kernel/Documentation/power/
H A Dpci.rst34 Usually, a device is put into a low-power state when it is underutilized or
36 again, it has to be put back into the "fully functional" state (full-power
41 PCI devices may be put into low-power states in two ways, by using the device
53 to put the device that sent it into the full-power state. However, the PCI Bus
111 programmatically put into D0. Thus the kernel can switch the device back and
169 set of power resources that have to be enabled for the device to be put into
174 To put a device into the ACPI power state Dx (where x is a number between 0 and
178 is going to be put into a low-power state (D1-D3) and is supposed to generate
184 only be put into D0 this way.
190 determines the highest power (lowest number) state the device can be put
[all …]
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3399-gru-gru.dts163 /* DON'T PUT ANYTHING BELOW HERE. PUT IT ABOVE PINCTRL */
164 /* DON'T PUT ANYTHING BELOW HERE. PUT IT ABOVE PINCTRL */
165 /* DON'T PUT ANYTHING BELOW HERE. PUT IT ABOVE PINCTRL */
/OK3568_Linux_fs/kernel/scripts/coccinelle/iterators/
H A Ddevice_node_continue.cocci2 /// Device node iterators put the previous value of the index variable, so an
3 /// explicit put causes a double put.
93 msg = "ERROR: probable double put."
102 msg = "ERROR: probable double put."

12345678910>>...210